Make static checks happy, update planned and not planned doc #845
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
on: | |
push: | |
branches: [main] | |
pull_request: | |
name: Flatpak Builder | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
container: | |
image: bilelmoussaoui/flatpak-github-actions:gnome-44 | |
options: --privileged | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Flatpak Builder | |
uses: flatpak/flatpak-github-actions/[email protected] | |
with: | |
bundle: io.github.flattool.Warehouse.flatpak | |
manifest-path: io.github.flattool.Warehouse.json |