Skip to content

If GITHUB_TOKEN is unset, get a token with gh #139

If GITHUB_TOKEN is unset, get a token with gh

If GITHUB_TOKEN is unset, get a token with gh #139

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: tox-dev/action-pre-commit-uv@v1