Skip to content

Bump @actions/github from 5.1.1 to 6.0.0 (#206) #405

Bump @actions/github from 5.1.1 to 6.0.0 (#206)

Bump @actions/github from 5.1.1 to 6.0.0 (#206) #405

Workflow file for this run

name: 'lint'
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run format-check
- run: |
npm run lint