Skip to content

Commit

Permalink
fix: warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Oct 29, 2024
1 parent a7a2fbf commit 8af187a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/actions/rust/action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--- # Common CI steps

name: "Rust"
description: |
Common steps for CI
Expand Down
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--- # Github labeler configuration file

# Add 'crate: mpt_trie' label to any changes within 'mpt_trie' folder.
'crate: mpt_trie':
- changed-files:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- # Add labels to the PR
--- # Add labels to the PR

name: "Pull Request Labeler"
on:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--- # Run yamllint on all YAML files in the repository

name: Yamllint
'on':
pull_request:
Expand All @@ -20,5 +22,5 @@ jobs:
run: >
yamllint
--format github
-d "{extends: default, rules: {line-length: {max: 120}}}"
-d "{extends: default, rules: {line-length: {max: 120}, truthy: {check-keys: false}}}"
.github

0 comments on commit 8af187a

Please sign in to comment.