Skip to content

Commit

Permalink
Testing by listing directory contents
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Dec 5, 2024
1 parent c72e10f commit 80f1e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
curl -sSL https://github.com/bufbuild/buf/releases/download/v1.47.2/buf-Linux-x86_64 -o /usr/local/bin/buf
chmod +x /usr/local/bin/buf
buf --version
- name: List files
run: ls -R
- run: yarn
- run: yarn lint:all
- run: yarn build:all
Expand Down

0 comments on commit 80f1e4a

Please sign in to comment.