diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-05-28 11:27:02 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-05-28 11:27:02 +0200 |
commit | 8aa1a2ee7d6fd2af2cada95d1a14a3b881aad5a7 (patch) | |
tree | 8e488b1e9c01a4de0f9304fd8b3cabb62d00bc6d /.github | |
parent | e9e423af8b39701b13d8eda5d83859159d1c9977 (diff) |
Remove linter and precommit
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 46f1531..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: lint - -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v3 - - uses: pre-commit/action@v3.0.1 |