Skip to content

Move the Nunjucks views config to the init function #9

Move the Nunjucks views config to the init function

Move the Nunjucks views config to the init function #9

name: Code style checkes
on: pull_request
jobs:
lint:
name: Code style checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run code style checks
run: npm run lint:prettier