Skip to content

Commit 4da9665

Browse files
committed
cleanup
1 parent 780fa5f commit 4da9665

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

File renamed without changes.

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
name: 'Run Shellcheck'
33

4-
on:
5-
push:
6-
branches-ignore:
7-
- 'master'
4+
"on":
5+
- pull_request
86

97
jobs:
108
shellcheck:

.github/workflows/yamllint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
name: 'Yamllint GitHub Actions'
3-
on:
3+
4+
"on":
45
- pull_request
6+
57
jobs:
68
yamllint:
79
name: 'Yamllint'

branch-release/example.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Create branches and PRs
2121
uses: labkey-tchad/gitHubActions/branch-release@develop

merge-release/example.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Merge PR
2323
uses: labkey-tchad/gitHubActions/merge-release@develop

0 commit comments

Comments
 (0)