Skip to content

Bump joshdales/labeler from 68a25980166b8ff8eb977d9a31cab5bd883793e1 to a5bed11d4d1aaf62fcb81f0b5a0a497437f54909 #155

Bump joshdales/labeler from 68a25980166b8ff8eb977d9a31cab5bd883793e1 to a5bed11d4d1aaf62fcb81f0b5a0a497437f54909

Bump joshdales/labeler from 68a25980166b8ff8eb977d9a31cab5bd883793e1 to a5bed11d4d1aaf62fcb81f0b5a0a497437f54909 #155

Workflow file for this run

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