Skip to content

Pin third party actions to commit SHA #12

Pin third party actions to commit SHA

Pin third party actions to commit SHA #12

Workflow file for this run

name: Lint using PSF's black linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: 3.13
- uses: psf/black@05f0a8ce1f71fbb36e1e032d3b518c7b945089a2 # stable