Skip to content

Commit

Permalink
chore: update to mago 0.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Dec 9, 2024
1 parent bf335e0 commit 1cca70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "install mago"
run: |
cargo install mago@0.0.4
cargo install mago@0.0.5
- name: "checking coding standards"
run: make coding-standard-check
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ coding-standard-fix:

coding-standard-check: ## check coding-standard compliance
mago lint
mago fmt --dry-run

benchmarks: ## run benchmarks
./vendor/bin/phpbench run --config config/phpbench.json
Expand Down

0 comments on commit 1cca70d

Please sign in to comment.