Update linter-weekly.yml

This commit is contained in:
Alexandre
2022-02-16 21:57:32 +01:00
committed by GitHub
parent bd3aad87ff
commit a10e27a00e

View File

@@ -15,6 +15,18 @@ jobs:
run-lint:
runs-on: ubuntu-latest
steps:
##########################
# Checkout the code base #
##########################
- name: Checkout the code base
uses: actions/checkout@v2
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
####################
# Run Super Linter #
####################
- name: Lint Code Base
uses: docker://github/super-linter:slim-v4
env:
@@ -30,7 +42,7 @@ jobs:
steps:
- name: Checkout repository contents
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Use action to check for CRLF endings
uses: erclu/check-crlf@v1.2.0