Skip to content

Commit 579d1d8

Browse files
committed
Try to fix the linter workflow
1 parent bbb97d6 commit 579d1d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linter.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
run: dotnet tool install -g dotnet-format
1515

1616
- name: Checkout repo
17-
uses: actions/checkout@v2
18-
with:
19-
ref: ${{ github.head_ref }}
17+
uses: actions/checkout@v3
2018

2119
- name: lint
2220
run: |

0 commit comments

Comments
 (0)