Skip to content

Commit

Permalink
Merge branch 'main' into users/shanep/add-HardwareRequestSolution
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep committed Oct 31, 2023
2 parents f0d1351 + 8f01da9 commit f393609
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Enable long paths support
run: git config --system core.longpaths true

- name: Setup .NET Core environment
uses: actions/setup-dotnet@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Enable long paths support
run: git config --system core.longpaths true

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit f393609

Please sign in to comment.