Skip to content

Commit

Permalink
quickfix?
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Feb 24, 2023
1 parent b6f07cd commit 959913a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spot-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-40
image: bilelmoussaoui/flatpak-github-actions:gnome-42
options: --privileged
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion build-aux/clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ fi
cargo clippy --manifest-path "$SRC"/Cargo.toml -- -D warnings \
-A clippy::module_inception \
-A clippy::new_without_default \
-A clippy::enum-variant-names
-A clippy::enum-variant-names \
-A clippy::uninlined_format_args #tmp

0 comments on commit 959913a

Please sign in to comment.