Skip to content

Force fetch depth of 0 for setup to work on Github Actions #12

Force fetch depth of 0 for setup to work on Github Actions

Force fetch depth of 0 for setup to work on Github Actions #12

Workflow file for this run

name: Linting and formatting (pre-commit)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0