Skip to content

Bump actions/cache from 2 to 4 #18

Bump actions/cache from 2 to 4

Bump actions/cache from 2 to 4 #18

Workflow file for this run

name: Code Style
on:
push:
pull_request:
branches:
- main
- master
jobs:
php:
runs-on: ubuntu-latest
container:
image: kirschbaumdevelopment/laravel-test-runner:7.4.0
steps:
- uses: actions/checkout@v2
- name: Check Coding Standards
run: composer lint