Skip to content

Commit

Permalink
Remove warning in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Sep 9, 2023
1 parent ff19ada commit a7710dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: -D warnings
CARGO_VERSION: "" # Should be set in the job

jobs:
list-projects:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-luda-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ env:
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: sccache
CARGO_INCREMENTAL: 0
BRANCH_NAME: "" # Should be set in the job
STACK_NAME: "" # Should be set in the job

jobs:
deploy-luda-editor:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-for-all-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: -D warnings
CARGO_VERSION: "" # Should be set in the job

jobs:
publish-for-all-projects:
Expand Down

0 comments on commit a7710dc

Please sign in to comment.