Move checkout

This commit is contained in:
Alexandre Alapetite 2023-11-24 15:36:56 +01:00
parent 2e56af4377
commit bfdcee8ba2
No known key found for this signature in database
GPG key ID: A24378C38E812B23

View file

@ -19,13 +19,7 @@ jobs:
- name: Git checkout source code
uses: actions/checkout@v4
with:
repository: FreshRSS/FreshRSS
path: ./FreshRSS
- name: Git checkout source code
uses: actions/checkout@v4
with:
path: ./Extensions
path: Extensions
# Composer tests
@ -51,6 +45,12 @@ jobs:
- name: PHP_CodeSniffer
run: composer run-script phpcs
- name: Git checkout FreshRSS source code
uses: actions/checkout@v4
with:
repository: FreshRSS/FreshRSS
path: FreshRSS
- name: PHPStan
run: composer run-script phpstan