Skip to content

Upgrade GitHub Actions in main workflow #39

Upgrade GitHub Actions in main workflow

Upgrade GitHub Actions in main workflow #39

Workflow file for this run

name: pre-commit
on:
push:
branches:
- master
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}