Skip to content

add Dependabot (#3) #20

add Dependabot (#3)

add Dependabot (#3) #20

Workflow file for this run

name: linting
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v4
- run: npm i
- name: "🧹 Run Eslint"
uses: reviewdog/action-eslint@v1
with:
reporter: github-check
fail_on_error: true