Revert "Add pre-commit"

This reverts commit b4a3d10887.
This commit is contained in:
Gabriel Augendre 2022-09-27 23:58:28 +02:00
parent b4a3d10887
commit 24f30cfa58
2 changed files with 0 additions and 16 deletions

View file

@ -1,15 +0,0 @@
name: pre-commit
on:
pull_request:
push:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3

View file

@ -8,7 +8,6 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
needs: pre-commit
runs-on: ubuntu-latest
steps:
- name: Log in to Docker Hub