Skip to content

Commit

Permalink
chore: list all files in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Dec 13, 2023
1 parent f8957c8 commit 10d90af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- uses: actions/checkout@v3

- name: List all files
run: |
find . -name "*.lean" -type f
- name: lean version
run: |
lean --version
Expand Down

0 comments on commit 10d90af

Please sign in to comment.