Skip to content

Individual Class and IOHalgorithm 7 blocks #345

Individual Class and IOHalgorithm 7 blocks

Individual Class and IOHalgorithm 7 blocks #345

Workflow file for this run

name: lint
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint