Skip to content

Commit

Permalink
code-checker: workaround for Composer bug (10935)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Jul 11, 2022
1 parent 1acab32 commit 7bc5d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-checker.yml
Expand Up @@ -33,5 +33,5 @@ jobs:

- run: composer install --no-interaction --prefer-dist
- run: mkdir ${{ runner.temp }}/janpecha_code-checker
- run: composer create-project janpecha/code-checker ${{ runner.temp }}/janpecha_code-checker ^1.0 --no-progress
- run: composer create-project janpecha/code-checker ${{ runner.temp }}/janpecha_code-checker ^1.0 --no-progress --no-plugins
- run: ${{ runner.temp }}/janpecha_code-checker/code-checker --no-progress

0 comments on commit 7bc5d7a

Please sign in to comment.