Skip to content

Refactor CI

Refactor CI #53

Workflow file for this run

name: Basic build test

Check failure on line 1 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

`pull-request` is not a valid event name
on:
push:
pull-request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1
id: build
- uses: actions/upload-artifact@v4
with:
name: '${{ artifact-id }}.snap'
path: ${{ steps.build.outputs.snap}}