Skip to content

Commit e93204d

Browse files
committed
ci: replace outdated Github action with Nix and Prettify
1 parent 3268934 commit e93204d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/editorconfig-checks.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v3
1212

13+
- name: Install Nix
14+
uses: cachix/install-nix-action@v18
15+
1316
- name: Check files for EditorConfig compliance
14-
uses: editorconfig-checker/action-editorconfig-checker@v1
17+
run: nix run nixpkgs#nodePackages.prettier -- --check .

0 commit comments

Comments
 (0)