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 22fa463 commit d7ed8c1Copy full SHA for d7ed8c1
.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