Skip to content

Commit

Permalink
Add EditorConfig Compliance Check to validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-stopka committed Jan 24, 2022
1 parent 3f9c96f commit 17f2eff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/editorconfig.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: -- -D warnings

- name: Check EditorConfig Compliance
uses: editorconfig-checker/action-editorconfig-checker@v1

0 comments on commit 17f2eff

Please sign in to comment.