-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated commit to update templated files based on rev 4162060 in st…
…ackabletech/operator-templating repo. Original commit message: Bumps EmbarkStudios/cargo-deny-action from 1.2.6 to 1.2.9. (#30) Commits f2d2f98 Bump to 0.11.0 9fc24d5 Bump cargo in image to 1.57.0 bbd7543 Bump to 0.11.0 4c4933d Add asn1rs to the list of users (#39)
- Loading branch information
1 parent
284a588
commit c073aa3
Showing
4 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ on: | |
push: | ||
branches: | ||
- main | ||
- staging | ||
- trying | ||
pull_request: | ||
|
||
env: | ||
|
@@ -32,9 +34,6 @@ jobs: | |
- uses: actions-rs/[email protected] | ||
with: | ||
command: test | ||
- uses: actions-rs/[email protected] | ||
with: | ||
command: clean | ||
|
||
rustfmt: | ||
name: Run rustfmt | ||
|
@@ -80,6 +79,7 @@ jobs: | |
toolchain: stable | ||
components: clippy | ||
override: true | ||
- uses: Swatinem/[email protected] | ||
# We need this due to: https://github.com/actions-rs/clippy-check/issues/2 | ||
- name: Check workflow permissions | ||
id: check_permissions | ||
|
@@ -112,6 +112,6 @@ jobs: | |
|
||
steps: | ||
- uses: actions/[email protected] | ||
- uses: EmbarkStudios/[email protected].6 | ||
- uses: EmbarkStudios/[email protected].9 | ||
with: | ||
command: check ${{ matrix.checks }} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
status = [ | ||
'Run tests', | ||
'Run rustfmt', | ||
'Run rustdoc', | ||
'Run clippy', | ||
'Run cargo deny (bans licenses sources)' | ||
] | ||
delete_merged_branches = true | ||
pr_status = [ 'license/cla' ] | ||
timeout_sec = 7200 |
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