Skip to content

feat(PrePost): filter with execution scope #26

feat(PrePost): filter with execution scope

feat(PrePost): filter with execution scope #26

Workflow file for this run

name: linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run lint