Skip to content

Try to workaround empty GITHUB_REF bug of GitHub runners #279

Try to workaround empty GITHUB_REF bug of GitHub runners

Try to workaround empty GITHUB_REF bug of GitHub runners #279

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
SKIP: no-commit-to-branch
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.0.0
- uses: pre-commit/action@v3.0.0