Skip to content

Pin third party actions to commit SHA #19

Pin third party actions to commit SHA

Pin third party actions to commit SHA #19

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@782e5605c86aab56be6f905da10dcd3e463fd9c2 # stable