Skip to content

Commit

Permalink
ci: remove "List files" steps
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Sep 13, 2024
1 parent 0cde715 commit aa313df
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,6 @@ jobs:
with:
submodules: true

- name: List files (non-Windows)
if: runner.os != 'Windows'
run: |
echo "Current directory:"
pwd
echo "All files recursively:"
find . -type f
- name: List files (Windows)
if: runner.os == 'Windows'
run: |
echo "Current directory:"
pwd
echo "All files recursively:"
Get-ChildItem -Recurse | ForEach-Object { $_.FullName }
- name: Dependencies (Node.js - macOS, Windows)
if: contains(matrix.os, 'macos') || contains(matrix.os, 'windows')
uses: actions/setup-node@v4
Expand Down

0 comments on commit aa313df

Please sign in to comment.