Skip to content

Commit

Permalink
ci: replace outdated Github action with Nix and Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 17, 2023
1 parent 0500ccb commit 2925047
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/editorconfig-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Nix
uses: cachix/install-nix-action@v18

- name: Check files for EditorConfig compliance
uses: editorconfig-checker/action-editorconfig-checker@d4fca16fc71adef10fbe101903b654449fa9570c # untagged main
with:
version: 2.7.0
run: nix run nixpkgs#nodePackages.prettier -- --check .

0 comments on commit 2925047

Please sign in to comment.