Skip to content

Commit fcbbfd4

Browse files
authored
temp test
1 parent e997c3a commit fcbbfd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run: dotnet build --no-restore
2626
- name: Format
2727
run: dotnet format style
28+
- name: Run a script
29+
run: |
30+
echo "The workspace directory is ${{ github.workspace }}"
2831
- name: Commit & Push
2932
run: |
3033
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)