Skip to content

Merge pull request #280 from thefrontside/foundation-simulator-route-… #1322

Merge pull request #280 from thefrontside/foundation-simulator-route-…

Merge pull request #280 from thefrontside/foundation-simulator-route-… #1322

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