Added snap build workflow

pull/3931/head
Ken VanDine 2024-12-29 15:57:33 -05:00 committed by Mitchell Hashimoto
parent f0842c5599
commit 818c81282b
1 changed files with 14 additions and 0 deletions

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