Skip to content

Commit

Permalink
ci: install csharpier and fantomas
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 23, 2024
1 parent 6df8239 commit b7e3851
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,11 @@ jobs:
- name: standardrb
run: gem install standardrb

- name: fantomas
run: dotnet tool install -g fantomas

- name: csharpier
run: dotnet tool install -g csharpier

- name: run tests
run: cargo test
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target

.mdsf-cache

0 comments on commit b7e3851

Please sign in to comment.