Skip to content

Multiple Premoves and AutoTrades #15

Multiple Premoves and AutoTrades

Multiple Premoves and AutoTrades #15

Workflow file for this run

name: Lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: ./install-all.sh
- name: Run ESLint
run: ./lint-all.sh