Skip to content

CI: Harden GHA configuration #33

CI: Harden GHA configuration

CI: Harden GHA configuration #33

Workflow file for this run

name: Lint with Black
permissions:
contents: read
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: psf/black@8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # 25.1.0