summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-05-28 11:27:02 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-05-28 11:27:02 +0200
commit8aa1a2ee7d6fd2af2cada95d1a14a3b881aad5a7 (patch)
tree8e488b1e9c01a4de0f9304fd8b3cabb62d00bc6d /.github
parente9e423af8b39701b13d8eda5d83859159d1c9977 (diff)
Remove linter and precommit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml16
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