Skip to content

Merge pull request #8 from dwellir-public/v24.12.2 #11

Merge pull request #8 from dwellir-public/v24.12.2

Merge pull request #8 from dwellir-public/v24.12.2 #11

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