Skip to content

chore(deps): update actions/checkout action to v4 #12

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #12

Workflow file for this run

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