Skip to content

wip

wip #79

Workflow file for this run

name: spack
on: [ push, workflow_dispatch ]
jobs:
job_one:
runs-on: ubuntu-latest
steps:
- name: grab main project
uses: actions/checkout@v4
with:
path: ${{ github.workspace }}/../../
- run: |
pwd
ls -la
tree -L 2