Skip to content

Merge pull request #100 from SSWConsulting/feature/mega-menu-styling-… #108

Merge pull request #100 from SSWConsulting/feature/mega-menu-styling-…

Merge pull request #100 from SSWConsulting/feature/mega-menu-styling-… #108

Workflow file for this run

name: Lint code
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
package_json_file: package.json
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- run: pnpm install --no-frozen-lockfile
- run: pnpm lint