Skip to content

Update GitHub Actions workflows #2

Update GitHub Actions workflows

Update GitHub Actions workflows #2

Workflow file for this run

---
name: Something
"on":
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
...