Update and rename super-linter-onchange.yml to linter_on_push.yml

This commit is contained in:
Alexandre
2022-02-06 09:10:32 +01:00
committed by GitHub
parent 16e8f03966
commit ef8c720801

View File

@@ -28,3 +28,16 @@ jobs:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_NATURAL_LANGUAGE: false
check_crlf:
name: Check CRLF action
runs-on: ubuntu-latest
steps:
- name: Checkout repository contents
uses: actions/checkout@v1
- name: Use action to check for CRLF endings
uses: erclu/check-crlf@v1
with: # omit this mapping to use default path
path: ./a-custom-path