Skip to content

Bump actions/cache from 2 to 4 (#52) #67

Bump actions/cache from 2 to 4 (#52)

Bump actions/cache from 2 to 4 (#52) #67

Workflow file for this run

name: code-style
on:
push:
pull_request:
jobs:
php-cs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout repository
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- uses: ramsey/composer-install@v3
with:
dependency-versions: 'highest'
- name: Static Code Analysis
run: composer lint