Skip to content

Merge pull request #8 from jhancock532/local-legends-cold-water-brunel #21

Merge pull request #8 from jhancock532/local-legends-cold-water-brunel

Merge pull request #8 from jhancock532/local-legends-cold-water-brunel #21

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linting:
name: Run linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Install Node.js dependencies
run: npm ci
- name: Run linters
run: npm run lint