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 Jan 14, 2023
1 parent 3268934 commit e93204d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/editorconfig-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +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@v1
run: nix run nixpkgs#nodePackages.prettier -- --check .

0 comments on commit e93204d

Please sign in to comment.