Skip to content

Commit

Permalink
Move workflow to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Erovia committed Apr 5, 2022
1 parent e715a51 commit 01ef413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/format_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
with:
fetch-depth: 0

- name: Check for CRLF line endings
uses: erclu/check-crlf@v1

- name: Install dependencies
run: |
pip3 install -r requirements-dev.txt
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
echo ${{ github.event.pull_request.base.sha }}
echo '${{ steps.file_changes.outputs.files}}'
- name: Check for CRLF line endings
uses: erclu/check-crlf@v1

- name: Run qmk lint
shell: 'bash {0}'
run: |
Expand Down

0 comments on commit 01ef413

Please sign in to comment.