Skip to content

Commit

Permalink
refactor: remove RuleHandler.js from template (#223)
Browse files Browse the repository at this point in the history
* refactor: remove RuleHandler.js from template

* update test workflow
  • Loading branch information
nkylstad authored Oct 7, 2024
1 parent d139462 commit 696b0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 65 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Build
run: |
dotnet build src/AppRef.sln -v m
dotnet build src/App.sln -v m
- name: Test
run: |
dotnet test src/AppRef.sln -v m
dotnet test src/App.sln -v m
63 changes: 0 additions & 63 deletions src/App/ui/form/RuleHandler.js

This file was deleted.

0 comments on commit 696b0db

Please sign in to comment.