workflows: build a snap

This commit is contained in:
Dan Bungert 2023-09-08 14:56:35 -06:00
parent d84c445612
commit 7ef514f79a
1 changed files with 10 additions and 0 deletions

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

@ -0,0 +1,10 @@
name: CI
on: [push, pull_request]
jobs:
snap-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1