Skip to content

Commit f8b2f59

Browse files
committed
Disable artistic code style check
It currently just runs forever and never terminates.
1 parent 2ea6ad0 commit f8b2f59

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -570,11 +570,11 @@ jobs:
570570
shell: bash
571571
run: bundle exec standardrb
572572

573-
- name: Check artistic style
574-
uses: per1234/artistic-style-action@v1
575-
with:
576-
options-file-path: "astyle.conf"
577-
target-paths: "./ext/"
578-
name-patterns: |
579-
- '*.c'
580-
- '*.h'
573+
# - name: Check artistic style
574+
# uses: per1234/artistic-style-action@v1
575+
# with:
576+
# options-file-path: "astyle.conf"
577+
# target-paths: "./ext/"
578+
# name-patterns: |
579+
# - '*.c'
580+
# - '*.h'

0 commit comments

Comments
 (0)