Skip to content

Commit

Permalink
Test .editorconfig simplification (#143)
Browse files Browse the repository at this point in the history
* Test `.editorconfig` simplification

`.git` should be ignored by default

* DEBUG

* Test
  • Loading branch information
dmohns authored Nov 23, 2023
1 parent 508a8ac commit 5897e42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions .ecrc

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/check-generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install editorconfig-checker
run: pipx install "editorconfig-checker"
- name: Run editorconfig-checker
run: ec .
run: docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker

markdownlint:
name: Run markdownlint
Expand Down

0 comments on commit 5897e42

Please sign in to comment.