Skip to content

wip, refactor spack workflow #76

wip, refactor spack workflow

wip, refactor spack workflow #76

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: './KORC'
- run: |
pwd

Check failure on line 14 in .github/workflows/spack.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spack.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
ls -la
tree -L 2