mirror of
https://github.com/aristocratos/btop.git
synced 2026-01-24 22:13:30 -05:00
Create test-snap-can-build.yml
This commit is contained in:
25
.github/workflows/test-snap-can-build.yml
vendored
Normal file
25
.github/workflows/test-snap-can-build.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: 🧪 Test snap can be built on x86_64
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x]
|
||||
|
||||
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'
|
||||
Reference in New Issue
Block a user