Skip to content

Commit

Permalink
lint and test before tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 16, 2024
1 parent 3c55dcc commit 669f860
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Lint
run: shellcheck bin/*.sh
- name: Validate Plugin Version
uses: ./
with:
plugin-path: '.github/workflows/fixtures/plugin-test/'
dry-run: true
- name: Tag & Release
uses: pantheon-systems/autotag@v0
with:
Expand Down

0 comments on commit 669f860

Please sign in to comment.