Skip to content

Commit

Permalink
GitHubCI: run the script
Browse files Browse the repository at this point in the history
Run
nonVerboseFlagsInGitHubCIAndFsharpScripts.fsx
script.
  • Loading branch information
tehraninasab committed Mar 23, 2023
1 parent 9d61605 commit 29a7c5f
Showing 1 changed file with 2 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 @@ -144,6 +144,8 @@ jobs:
- name: Check if gitPush1by1 was used
if: github.event_name == 'pull_request'
run: dotnet fsi scripts/detectNotUsingGitPush1by1.fsx
- name: Check there are no non-verbose flags in GitHubCI and F# script files
run: dotnet fsi scripts/nonVerboseFlagsInGitHubCIAndScripts.fsx
- name: Install prettier
run: npm install [email protected]
- name: Change file permissions
Expand Down

0 comments on commit 29a7c5f

Please sign in to comment.