Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sepbot committed Oct 8, 2024
1 parent ac8dd7c commit 3635098
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/publish/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: run publish

defaults:
run:
shell: bash

runs:
using: composite
steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: run tests

defaults:
run:
shell: bash

runs:
using: composite
steps:
Expand Down

0 comments on commit 3635098

Please sign in to comment.