Skip to content

Commit 1262319

Browse files
authored
Update format.yml
1 parent 0454b29 commit 1262319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
# Install pre-commit
3737
python3 -m pip install pre-commit
3838
pre-commit install
39+
# Restore
40+
dotnet restore
3941
# Format files
4042
FILES=$(git diff --name-only HEAD origin/$GITHUB_BASE_REF | tr '\n' ' ')
4143
echo $FILES

0 commit comments

Comments
 (0)