Skip to content

feat: persist all output, add --output flag #5

feat: persist all output, add --output flag

feat: persist all output, add --output flag #5

Workflow file for this run

# https://github.com/orgs/community/discussions/26276#discussioncomment-3251141
name: CI Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run lint