Skip to content

Merge branch 'Deminder:main' into main #1

Merge branch 'Deminder:main' into main

Merge branch 'Deminder:main' into main #1

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/[email protected]
- name: Setup build dependencies
run: |
npm install
sudo apt-get update
sudo apt-get install -y reuse gnome-shell-extensions gettext
- name: Run linter
run: make lint
- name: Build debug and default zip
run: make all
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/default/[email protected]