Skip to content

chore: switch to eslint, disable superlinter #71

chore: switch to eslint, disable superlinter

chore: switch to eslint, disable superlinter #71

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
- '!main'
push:
branches:
- '**'
- '!main'
jobs:
test:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
# - name: Lint Code Base
# uses: github/super-linter/slim@v6
- run: npm run lint
- run: npm test