Skip to content

Add release fields to YML, rm platform flags, update README #21

Add release fields to YML, rm platform flags, update README

Add release fields to YML, rm platform flags, update README #21

Workflow file for this run

name: Test and Lint
on:
pull_request:
branches: [main]
jobs:
test:
uses: HyperPlay-Gaming/workflows/.github/workflows/nodejs_commands.yml@main
with:
node_version: '18'
pkg_manager: 'npm'
install: 'npm install'
name: 'test'
command_one: 'npm run test'
command_one_name: 'Run Tests'
checkout_recursive: false
secrets:
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'