This commit is contained in:
Kreyren 2020-02-11 18:49:50 +00:00
parent 4eb42b79f7
commit acac403d86

@ -12,7 +12,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
#- uses: actions/checkout@v2
- name: Output changed files hopefully
run: git diff-tree --no-commit-id --name-only -r ${{ github.sha }} ; exit 1
- name: Installing dependencies..