Skip to content

Commit

Permalink
GitHubCI: run detectNotUsingGitPush1by1.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tehraninasab committed Mar 15, 2023
1 parent ac6aeb7 commit 63a5055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
run: dotnet fsi scripts/unpinnedDotnetPackageVersions.fsx
- name: Check there are no unpinned nuget package reference versions in F# scripts
run: dotnet fsi scripts/unpinnedNugetPackageReferenceVersions.fsx
- name: Check if gitPush1by1 was used
if: github.event_name == 'pull_request'
run: dotnet fsi scripts/detectNotUsingGitPush1by1.fsx
- name: Install prettier
run: npm install [email protected]
- name: Change file permissions
Expand Down

0 comments on commit 63a5055

Please sign in to comment.