Skip to content

fix lint

fix lint #397

Workflow file for this run

on:
push:
branches: [master]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: CI
flatpak-devel:

Check failure on line 9 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
name: "Flatpak (Devel)"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: io.github.alainm23.planify.Devel.flatpak
manifest-path: build-aux/io.github.alainm23.planify.Devel.json
cache-key: flatpak-builder-${{ github.sha }}
# snap:
# name: "Snap"
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Git repository
# uses: actions/checkout@v4
# - name: Build Snap
# uses: snapcore/action-build@v1
# id: snapcraft-build
# with:
# snapcraft-args: "--verbosity debug"
# - uses: actions/upload-artifact@v4
# with:
# name: planify_amd64_snap
# path: ${{ steps.snapcraft-build.outputs.snap }}