From e4247080e8cbc5735466211a324ef604111772b0 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Fri, 21 Jun 2024 21:04:39 -0700 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..eb8a793 --- /dev/null +++ b/.github/workflows/main.yml @@ -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