File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 - name : lint
2525 working-directory : src
2626 run : dotnet format ActionsImporter.sln --verify-no-changes
27- - name : Print environment
28- run : |
29- echo "Runner OS: $RUNNER_OS"
30- echo "Runner Name: $RUNNER_NAME"
31- echo "GitHub Server URL: $GITHUB_SERVER_URL"
32- echo "Workflow: $GITHUB_WORKFLOW"
3327
3428 unit-test :
3529 runs-on : ubuntu-latest
6559 run : dotnet restore src/ActionsImporter.sln
6660 - name : dotnet build
6761 run : dotnet build src/ActionsImporter.sln
62+ - name : Print environment
63+ run : |
64+ echo "Runner OS: $RUNNER_OS"
65+ echo "Runner Name: $RUNNER_NAME"
66+ echo "GitHub Server URL: $GITHUB_SERVER_URL"
67+ echo "Workflow: $GITHUB_WORKFLOW"
6868 - name : Validate licenses
6969 run : |
7070 dotnet tool install --global ThirdLicense --version 1.2.0
You can’t perform that action at this time.
0 commit comments