Skip to content

Commit ce26eea

Browse files
authored
Merge pull request #9 from ArkieCoder/kittysupport
update workflows
2 parents 8c5107f + 37269c7 commit ce26eea

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/json-syntax.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: JSON Syntax Check
22

33
on:
44
pull_request:
5-
paths:
6-
- '**/*.json'
7-
85
jobs:
96
json-syntax:
107
runs-on: ubuntu-latest

.github/workflows/ruby-syntax.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Ruby Syntax Check
22

33
on:
44
pull_request:
5-
paths:
6-
- '**/*.rb'
7-
85
jobs:
96
ruby-syntax:
107
runs-on: ubuntu-latest
@@ -16,4 +13,4 @@ jobs:
1613
ruby-version: '3.2'
1714
- name: Check Ruby syntax
1815
run: |
19-
find . -name '*.rb' -exec ruby -c {} \;
16+
find . \( -name '*.rb' -o -name 'rp' \) -exec ruby -c {} \;

0 commit comments

Comments
 (0)