Skip to content

chore(deps): update actions/checkout action to v7 (#58) #81

chore(deps): update actions/checkout action to v7 (#58)

chore(deps): update actions/checkout action to v7 (#58) #81

Workflow file for this run

name: Linter
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- run: npx awesome-lint