Skip to content

Bump twig/twig from 3.14.0 to 3.14.1 #100

Bump twig/twig from 3.14.0 to 3.14.1

Bump twig/twig from 3.14.0 to 3.14.1 #100

Workflow file for this run

name: Lint All
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run psr12 lint
run: composer run-script lint