Skip to content

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #384

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #384

Workflow file for this run

name: Yaml lint/checker
on:
- push
- pull_request
jobs:
php-cs-fixer:
name: Yaml Lint
runs-on: ubuntu-latest
steps:
- name: Cache composer folder
uses: actions/cache@v2
with:
path: ~/.composer/cache
key: php-composer-cache
- name: Checkout
uses: actions/[email protected]
- name: "Setup Php 7.2"
uses: shivammathur/setup-php@v2
with:
php-version: '7.2'
- name: "Install Composer"
run: composer install
- name: Run Yaml Linter
run : |
cd ${{ github.workspace }}
find -name '*.yml' -not -path './vendor/*' | xargs ./vendor/bin/yaml-lint