Skip to content

Commit 6c610a5

Browse files
committed
fixup! chore: add GitHub actions
1 parent 01d40a8 commit 6c610a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
dotnet-version: 8.0.x
2020
cache: true
21-
cache-dependency-path: */packages.lock.json
21+
cache-dependency-path: '**/packages.lock.json'
2222
- name: Install dotnet format tool
2323
run: dotnet tool install -g dotnet-format
2424
- name: dotnet restore

0 commit comments

Comments
 (0)