Skip to content

chore: update GitHub Actions to use commit hashes #172

chore: update GitHub Actions to use commit hashes

chore: update GitHub Actions to use commit hashes #172

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Lint
run: npx awesome-lint