Skip to content

content(asis-ctf-finals-2024): fsmonitor is not triggered by git log #3149

content(asis-ctf-finals-2024): fsmonitor is not triggered by git log

content(asis-ctf-finals-2024): fsmonitor is not triggered by git log #3149

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm i
- run: pnpm lint
- run: pnpm typecheck