Skip to content

chore(precommit): autoupdate #33

chore(precommit): autoupdate

chore(precommit): autoupdate #33

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:

Check failure on line 13 in .github/workflows/pre-commit.yml

View workflow run for this annotation

GitHub Actions / pre-commit

Invalid workflow file

The workflow is not valid. .github/workflows/pre-commit.yml (Line: 13, Col: 12): Unexpected value '' .github/workflows/pre-commit.yml (Line: 14, Col: 7): Unexpected value 'fetch-depth'
fetch-depth: 0
- uses: pre-commit/action@v3.0.0