We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6960980 commit 5f6ee07Copy full SHA for 5f6ee07
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
git diff --exit-code src || ( \
48
git config user.name github-actions && \
49
git config user.email [email protected] && \
50
- git add src && \
+ git add . && \
51
git commit -m "tidy" && \
52
git fetch --unshallow origin ${{ github.head_ref || github.ref_name }} && \
53
git push origin HEAD:${{ github.head_ref || github.ref_name }} \
.gitignore
@@ -1,8 +1,11 @@
1
-resources
2
-composer.lock
3
-vendor
4
-*~
5
-coverage.xml
6
-public/assets
+.phptidy-cache
7
.phpunit.result.cache
+*.log
+*~
8
app
+composer.lock
+coverage.xml
+DOCKER_ENV
9
+docker_tag
10
+resources
11
+vendor
0 commit comments