mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-20 07:51:14 +00:00
Fix checkout
This commit is contained in:
5
.github/workflows/linting.yml
vendored
5
.github/workflows/linting.yml
vendored
@@ -19,7 +19,7 @@ on:
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
jobs:
|
||||
lint:
|
||||
name: "[ ${{ matrix.job }} ]"
|
||||
name: "Lint"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# ------------------------------------------------------------
|
||||
@@ -27,12 +27,13 @@ jobs:
|
||||
# ------------------------------------------------------------
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# Lint repository
|
||||
# ------------------------------------------------------------
|
||||
- name: Lint workflow
|
||||
id: vars
|
||||
run: |
|
||||
make lint-workflow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user