Skip to content

Commit 8dc6948

Browse files
committed
Fix CI
1 parent 72bea9d commit 8dc6948

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292

9393
deploy:
9494
name: Deploy
95-
environment: release
9695
runs-on: ubuntu-latest
9796
needs: [check]
9897
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
@@ -103,7 +102,6 @@ jobs:
103102
name: pypi
104103
url: >-
105104
https://pypi.org/project/${{ env.PROJECT_NAME }}/${{ github.ref_name }}
106-
107105
steps:
108106
- name: Checkout
109107
uses: actions/checkout@v4

.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,17 @@ repos:
4242
rev: '7.1.2'
4343
hooks:
4444
- id: flake8
45+
- repo: https://github.com/rhysd/actionlint
46+
rev: v1.7.7
47+
hooks:
48+
- id: actionlint-docker
49+
args:
50+
- -ignore
51+
- 'SC2155:'
52+
- -ignore
53+
- 'SC2086:'
54+
- -ignore
55+
- 'SC1004:'
56+
ci:
57+
skip:
58+
- actionlint-docker

0 commit comments

Comments
 (0)