Skip to content

chore(deps): bump actions/checkout from 4 to 5 in the github-actions group #124

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

chore(deps): bump actions/checkout from 4 to 5 in the github-actions group #124

Workflow file for this run

---
name: Lint
permissions:
contents: read
on:
pull_request:
branches:
- master
types:
- opened
- synchronize
- reopened
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Lint
run: npx awesome-lint