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 4a53dc1 commit 57ea53c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# name: Static analysis
name: Static analysis

# on:
# pull_request:
# types: [opened, synchronize, reopened]
on:
pull_request:
types: [opened, synchronize, reopened]

# workflow_run:
# workflows: ['Compress images']
# types: [completed]

# env:
# php-version: '8.2'
env:
php-version: '8.2'

# concurrency:
# group: Static analysis ${{ github.ref }}
# cancel-in-progress: true

# jobs:
# psalm:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout sources
# uses: actions/checkout@v4
jobs:
psalm:
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 57ea53c

Please sign in to comment.