Skip to content

Run canActivate only after determining the state #134

Run canActivate only after determining the state

Run canActivate only after determining the state #134

Workflow file for this run

name: Lint
on:
push:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run Linter
run: npm run lint