Skip to content

update workflow

update workflow #8

Workflow file for this run

name: fypp-checks
on:
# run on every push
push:
jobs:
various:
name: FYPP checks - run pre-commit hook in repo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- run: pip install fypp
- name: Check pre-commit hook
run: chmod +x pre-commit
run: ./pre-commit

Check failure on line 20 in .github/workflows/fypp.yml

View workflow run for this annotation

GitHub Actions / fypp-checks

Invalid workflow file

The workflow is not valid. .github/workflows/fypp.yml (Line: 20, Col: 7): 'run' is already defined