Skip to content

Merge pull request #4 from gflow33/v24.9.0 #5

Merge pull request #4 from gflow33/v24.9.0

Merge pull request #4 from gflow33/v24.9.0 #5

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on: push
# Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1