Skip to content

Commit

Permalink
Update develop_bedbrigadedev.yml
Browse files Browse the repository at this point in the history
Get directories
  • Loading branch information
GregFinzer authored Aug 12, 2024
1 parent 1613935 commit 2955eed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/develop_bedbrigadedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: List all directories
run: |
find . -type d -print
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 2955eed

Please sign in to comment.