summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2022-09-03 11:54:27 +0200
committerNico Schlömer <nico.schloemer@gmail.com>2022-09-03 11:54:27 +0200
commitdb3c41be451f4b58b2ffa4cc6aba292ecafcfba2 (patch)
tree4523d98e7b8713bf469337104e707838554c6453
parentca2a7a49429e08a5c7c7de83c04e943b293259bb (diff)
pre-commit without python
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eb6a232..a286cf7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,8 +14,6 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v3
- - name: Set up Python
- uses: actions/setup-python@v4
- name: Run pre-commit
uses: pre-commit/action@v3.0.0