Skip to content

dependabot[bot] has committed new code! πŸš€ Checking... #7

dependabot[bot] has committed new code! πŸš€ Checking...

dependabot[bot] has committed new code! πŸš€ Checking... #7

Workflow file for this run

name: Code Quality
run-name: ${{ github.actor }} has committed new code! πŸš€ Checking...
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint