Skip to content

Pin third party actions to commit SHA #26

Pin third party actions to commit SHA

Pin third party actions to commit SHA #26

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@35ea67920b7f6ac8e09be1c47278752b1e827f76 # stable