Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group #3

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group

chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group #3

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Prepare environment
uses: ./.github/actions/prepare
- name: Run Lint
run: pnpm lint