Skip to content

Merge pull request #285 from thefrontside/foundation-delay #1327

Merge pull request #285 from thefrontside/foundation-delay

Merge pull request #285 from thefrontside/foundation-delay #1327

Workflow file for this run

name: Lint
on: push
jobs:
run-linters:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- name: Install Node.js dependencies
run: npm ci
- name: Run linters
run: npm run lint