feat: added ability to add and remove lines in edit mode #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Bundle rewrite | |
on: | |
push: | |
branches: [full-rewrite] | |
pull_request: | |
concurrency: | |
group: release-${{ github.sha }} | |
jobs: | |
flatpak: | |
name: Flatpak | |
runs-on: ubuntu-latest | |
container: | |
image: bilelmoussaoui/flatpak-github-actions:gnome-47 | |
options: --privileged | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Flatpak Builder | |
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3 | |
with: | |
bundle: io.github.dzheremi2.Chronograph.flatpak | |
manifest-path: io.github.dzheremi2.Chronograph.json |