Skip to content

Commit

Permalink
add snap ci
Browse files Browse the repository at this point in the history
Signed-off-by: artivis <[email protected]>
  • Loading branch information
artivis committed Jan 6, 2025
1 parent 8e60ad7 commit db5dfc4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
snap:
uses: canonical/robotics-actions-workflows/.github/workflows/snap.yaml@main
snap-test-script: |
rerun help
# secrets:
# snapstore-login: ${{ secrets.SNAPSTORE_LOGIN }}

0 comments on commit db5dfc4

Please sign in to comment.