Skip to content

Commit

Permalink
pin mago 0.0.9
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Dec 15, 2024
1 parent 5bbaa93 commit 9f3da59
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: "install mago"
run: |
cargo install mago@0.0.8
cargo install mago@0.0.9
- name: "checking coding standards"
run: make coding-standard-check
- name: "formatting"
run: mago fmt --dry-run

- name: "linting"
run: mago lint --reporting-format=github

0 comments on commit 9f3da59

Please sign in to comment.