Skip to content

eslint-flat-config-experimentation: wip #99

eslint-flat-config-experimentation: wip

eslint-flat-config-experimentation: wip #99

Workflow file for this run

name: validate
on: push
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install dependencies
run: npm install
# lint
- run: npx check-package-lock
- run: npx shellcheck-all
- run: yamllint --strict .
- run: npx tsc -b
- run: npx eslint .
- run: npx prettier --log-level warn --check .