Skip to content

Commit

Permalink
chore: Add action to test build the snap
Browse files Browse the repository at this point in the history
Consistent with my other snaps.
  • Loading branch information
popey authored Jul 22, 2024
1 parent e98d7ce commit 1d8ad1b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test-snap-can-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 🧪 Test snap can be built on x86_64

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: snapcore/action-build@v1
id: build

- uses: diddlesnaps/snapcraft-review-action@v1
with:
snap: ${{ steps.build.outputs.snap }}
isClassic: 'false'

0 comments on commit 1d8ad1b

Please sign in to comment.