Added snap build workflow

This commit is contained in:
Ken VanDine
2024-12-29 15:57:33 -05:00
committed by Mitchell Hashimoto
parent aed30502bd
commit a7d1029e5c

14
.github/workflows/snap.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Snap
on:
push: {}
pull_request: {}
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1
id: snapcraft