Skip to content

Commit 669f860

Browse files
committed
lint and test before tagging
1 parent 3c55dcc commit 669f860

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/autotag.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v4
16+
- name: Lint
17+
run: shellcheck bin/*.sh
18+
- name: Validate Plugin Version
19+
uses: ./
20+
with:
21+
plugin-path: '.github/workflows/fixtures/plugin-test/'
22+
dry-run: true
1523
- name: Tag & Release
1624
uses: pantheon-systems/autotag@v0
1725
with:

0 commit comments

Comments
 (0)