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 5191d61 commit d865fd8Copy full SHA for d865fd8
.github/workflows/coding-conventions.yml
@@ -23,12 +23,6 @@ jobs:
23
composer update --prefer-dist --no-interaction
24
composer mago:install-binary
25
26
- - name: Check Files
27
- run: |
28
- cat composer.json
29
- ls -l packages/
30
- ls -l packages/log
31
-
32
- name: Run Mago
33
run: |
34
./vendor/bin/mago fmt --dry-run
.gitignore
@@ -1,3 +1,7 @@
1
+# Top level directories
2
+/log/
3
+
4
+# Top-level+Sub directories
5
.cache/
6
.idea/
7
build/
@@ -16,7 +20,6 @@ debug.log
16
20
tempest.log
17
21
public/static
18
22
tests/Unit/Log
19
-log/
!packages/log
node_modules
dist
0 commit comments