Andy Jackson 976f627996
Update Node version for linting
Node 12 is very old and linting is failing. So trying the most recent LTS version.
2024-01-18 15:41:59 +00:00

19 lines
399 B
YAML

name: Awesome Lint
on: [push, pull_request]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-node@master
with:
node-version: 20.x
- name: Install awesome-lint CLI
run: npm install -g awesome-lint
- name: Run Awesome Lint
run: awesome-lint