Skip to content

Bump the github-actions group across 1 directory with 3 updates #23

Bump the github-actions group across 1 directory with 3 updates

Bump the github-actions group across 1 directory with 3 updates #23

name: Coding Standards
on:
pull_request:
branches: ["*.x"]
push:
branches: ["*.x"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
easy-coding-standard:
name: Easy Coding Standard (PHP ${{ matrix.php-version }})
runs-on: ubuntu-24.04
strategy:
matrix:
php-version:
- '8.5'
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Install PHP
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
coverage: none
php-version: ${{ matrix.php-version }}
- name: Install Composer dependencies
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
- name: Run Easy Coding Standard
run: vendor/bin/ecs