Skip to content

Commit

Permalink
Merge pull request #15 from snapcrafters/merlijn-sebrechts-patch-1
Browse files Browse the repository at this point in the history
Add automatic pr building
  • Loading branch information
merlijn-sebrechts committed Oct 18, 2023
2 parents 57d994e + fb0e473 commit 6b73117
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test-snap-can-build.yml
@@ -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@v3

- 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 6b73117

Please sign in to comment.