Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored May 2, 2024
1 parent 57ea53c commit 6ad5ed5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
# run: vendor/bin/psalm --output-format=github


# phpstan:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout sources
# uses: actions/checkout@v4
phpstan:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4

# - name: Setup PHP ${{ env.php-version }}
# uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 6ad5ed5

Please sign in to comment.