Skip to content

Fix Dockerfile

Fix Dockerfile #2

Workflow file for this run

name: pre-commit

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

View workflow run for this annotation

GitHub Actions / .github/workflows/pre-commit.yml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
pull_request:
push:
branches: [main]
branches-ignore: [project-presentations]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
- run: echo "Running pre-commit hooks..."