Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jan 17, 2024
1 parent 8104cd4 commit e935530
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@ jobs:
- name: Run PHP_CodeSniffer
run: docker run --rm -v $(pwd):/data cytopia/phpcs --standard=./phpcs.xml

- name: Run PHPStan
run: docker run --rm -v $(pwd):/app ghcr.io/phpstan/phpstan -c phpstan.neon src/
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpstan@v3
with:
configuration: ./phpstan.neon

# Running Tests
build-and-test:
Expand Down

0 comments on commit e935530

Please sign in to comment.