Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Apr 1, 2024
1 parent 09f63ae commit 3513916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ jobs:
- name: get content
shell: pwsh
run: |
Get-ChildItem -Recurse | Select-Object -ExpandProperty FullName | Sort-Object
Get-ChildItem -Recurse -Force | Select-Object -ExpandProperty FullName | Sort-Object
- name: Commit docs for linting
shell: pwsh
Expand Down

0 comments on commit 3513916

Please sign in to comment.