Skip to content

Refactoring

Refactoring #19

Workflow file for this run

name: linter
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '20.x'
- run: yarn
- run: yarn lint