Skip to content

fix #304: add % option to multiplayer #511

fix #304: add % option to multiplayer

fix #304: add % option to multiplayer #511

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm install
- name: Run semistandard
run: npm run lint