Skip to content

Commit

Permalink
CI: Remove validateToPublish input
Browse files Browse the repository at this point in the history
It's not used anymore.
  • Loading branch information
GeorgesStavracas committed Feb 13, 2024
1 parent 412e52c commit 09c4217
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/actions/flatpak-builder-lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ inputs:
path:
description: Path to flatpak-builder manifest or Flatpak build directory
required: true
validateToPublish:
description: If false, turns some errors to non-errors for non-publish workflow
required: false
default: true
workingDirectory:
description: Working directory to clone flatpak-builder-lint
required: false
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ jobs:
with:
artifact: manifest
path: build-aux/com.obsproject.Studio.json
validateToPublish: false

- name: Build Flatpak Manifest 🧾
uses: flatpak/flatpak-github-actions/flatpak-builder@0ab9dd6a6afa6fe7e292db0325171660bf5b6fdf
Expand All @@ -304,14 +303,12 @@ jobs:
with:
artifact: builddir
path: flatpak_app
validateToPublish: false

- name: Validate repository
uses: ./.github/actions/flatpak-builder-lint
with:
artifact: repo
path: repo
validateToPublish: false

windows-build:
name: Windows 🪟
Expand Down

0 comments on commit 09c4217

Please sign in to comment.