Skip to content

Commit

Permalink
workflows: build a snap
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed Sep 11, 2023
1 parent d84c445 commit 7ef514f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7ef514f

Please sign in to comment.