From 57ea53c54f5e347eaab538718e0cc61b2405ef4e Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Thu, 2 May 2024 15:02:27 +0200 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f2a29abf9ef..f360e2f5a44 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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