1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Use composer container

This commit is contained in:
Jake Barnby 2022-09-08 16:52:33 +12:00
parent e4c1188498
commit 801898a9e2
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -5,6 +5,7 @@ jobs:
lint:
name: Linter
runs-on: ubuntu-latest
container: composer
steps:
- name: Checkout repository
@ -20,7 +21,6 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
- name: Run Linter
uses: docker://composer
run: |
composer install --profile --ignore-platform-reqs
composer lint