We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0454b29 commit 1262319Copy full SHA for 1262319
.github/workflows/format.yml
@@ -36,6 +36,8 @@ jobs:
36
# Install pre-commit
37
python3 -m pip install pre-commit
38
pre-commit install
39
+ # Restore
40
+ dotnet restore
41
# Format files
42
FILES=$(git diff --name-only HEAD origin/$GITHUB_BASE_REF | tr '\n' ' ')
43
echo $FILES
0 commit comments