Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith authored Jun 22, 2024
1 parent b903ba7 commit e424708
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Test clone a repo
on:
workflow_dispatch:

jobs:
test-clone-repo:
runs-on: ubuntu-latest
steps:
- name: Checkout the other repo
uses: actions/checkout@v4
with:
repository: smithlabcode/methbase_private
path: methbase_private
- name: See what's in logs
run: |
ls -lhR

0 comments on commit e424708

Please sign in to comment.