Skip to content

Merge pull request #3 from janezpodhostnik/highlighting_fixes #2

Merge pull request #3 from janezpodhostnik/highlighting_fixes

Merge pull request #3 from janezpodhostnik/highlighting_fixes #2

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint