Skip to content

Commit

Permalink
Workflow WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Aug 21, 2024
1 parent 70f73a9 commit 724f1e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0

- name: Print current directory
run: pwd

- name: List files
run: ls -al

- name: install rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 724f1e5

Please sign in to comment.