Skip to content

Bump actions/checkout from 5 to 6 #50

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #50

Workflow file for this run

name: linting
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {
contents: read
}
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
phpstan:
name: "🧹 PHPSTAN"
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v6
with:
persist-credentials: false
- name: "🧹 Run PHPStan Static Analysis"
uses: docker://oskarstark/phpstan-ga:latest
env:
REQUIRE_DEV: true