Skip to content

Little adjustments / fixes (8) #38

Little adjustments / fixes (8)

Little adjustments / fixes (8) #38

Workflow file for this run

name : CI
on : [push, pull_request]
jobs :
linting:
name : "Linting"
runs-on : ubuntu-latest
steps :
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: '18' }
- run: yarn install --non-interactive --pure-lockfile
- run: yarn lint --max-warnings 0 --color