We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6ec6e commit 80704c8Copy full SHA for 80704c8
.github/workflows/format-check.yml
@@ -27,4 +27,4 @@ jobs:
27
- name: 🔧 Install devenv.sh
28
run: nix profile install nixpkgs#devenv
29
- name: 🌳 Format code
30
- run: devenv shell "just format"
+ run: devenv shell "composer install && just format"
0 commit comments