Skip to content

Commit

Permalink
.github/workflows: adding sanity check step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed Oct 23, 2023
1 parent 544e395 commit 9a089c8
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- name: Compile the conventions solution
run: dotnet build --configuration Release conventions.sln
- name: Sanity Check
run: dotnet fsi scripts/sanitycheck.fsx
- name: Compile F# scripts
run: dotnet fsi scripts/compileFSharpScripts.fsx

Expand Down
Loading

0 comments on commit 9a089c8

Please sign in to comment.