File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 92
92
93
93
deploy :
94
94
name : Deploy
95
- environment : release
96
95
runs-on : ubuntu-latest
97
96
needs : [check]
98
97
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
@@ -103,7 +102,6 @@ jobs:
103
102
name : pypi
104
103
url : >-
105
104
https://pypi.org/project/${{ env.PROJECT_NAME }}/${{ github.ref_name }}
106
-
107
105
steps :
108
106
- name : Checkout
109
107
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -42,3 +42,17 @@ repos:
42
42
rev : ' 7.1.2'
43
43
hooks :
44
44
- 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
You can’t perform that action at this time.
0 commit comments