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 78854fb commit 6f6544cCopy full SHA for 6f6544c
.github/workflows/codeql-analysis.yml
@@ -16,5 +16,5 @@ jobs:
16
17
- name: Run CodeQL
18
run: |
19
- docker run --rm -v $PWD:/app phpswoole/swoole:5.1.8-php8.3-alpine sh -c \
+ docker run --rm -v $PWD:/app -w /app phpswoole/swoole:5.1.8-php8.3-alpine sh -c \
20
"composer install --profile --ignore-platform-reqs && composer check"
.github/workflows/linter.yml
- name: Run Linter
"composer install --profile --ignore-platform-reqs && composer lint"
0 commit comments