Skip to content

[TASK] Update actions/checkout digest to 44c2b7a #111

[TASK] Update actions/checkout digest to 44c2b7a

[TASK] Update actions/checkout digest to 44c2b7a #111

Workflow file for this run

name: CGL
on:
push:
branches:
- main
- 'renovate/**'
pull_request:
branches:
- '**'
- '!renovate/**'
jobs:
cgl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
with:
fetch-depth: 0
# Prepare environment
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: composer:v2
coverage: none
# Validation
- name: Validate composer.json
run: composer validate
# Install dependencies
- name: Install Composer dependencies
uses: ramsey/composer-install@v2
# Linting
- name: Lint composer.json
run: composer lint:composer
- name: Lint Editorconfig
run: composer lint:editorconfig
# Validate
- name: Validate Renovate config
run: composer validate-config