Skip to content

Commit

Permalink
Merge pull request #3 from ArabCoders/dev
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
arabcoders authored Nov 15, 2023
2 parents 4ae6db9 + 32c1860 commit 6c669b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: restore cached dependencies
uses: actions/cache@3
uses: actions/cache@v3
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["csharp", "javascript-typescript"]
language: ["csharp"]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 6c669b9

Please sign in to comment.