Skip to content

Commit

Permalink
GitHubCI: run executableConvention.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tehraninasab committed Aug 8, 2023
1 parent 52f8cae commit b65f673
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 @@ -169,6 +169,8 @@ jobs:
run: dotnet fsi scripts/eofConvention.fsx
- name: Check all .fsx scripts have shebang
run: dotnet fsi scripts/shebangConvention.fsx
- name: Check all F# scripts have execute permission
run: dotnet fsi scripts/executableConvention.fsx
- name: Check there are no mixed line-endings in any files
run: dotnet fsi scripts/mixedLineEndings.fsx
- name: Check there are no unpinned GitHubActions image versions
Expand Down

0 comments on commit b65f673

Please sign in to comment.