Closed terpstra closed 4 years ago
This makes checking out a wit workspace a one-liner:
- uses: sifive/wit/actions/init@v0.13.2
If you want to run wake on the workspace, you can also specify an environment package like this:
jobs: test: name: Scala compile runs-on: ubuntu-latest steps: - name: Wit Init uses: sifive/wit/actions/init@v0.13.2 with: additional_packages: git@github.com:sifive/environment-blockci-sifive.git::0.7.0 - name: Run wake scala compile uses: sifive/environment-blockci-sifive/actions/wake@0.7.0 with: command: -x 'compileScalaModule myScalaModule | getPathResult'
Once this is merged, I would greatly appreciate a new tag (v0.13.2) be assigned to the merge commit.
I've created a different PR for the v0.13.x branch, to take the tag off of.
This makes checking out a wit workspace a one-liner:
If you want to run wake on the workspace, you can also specify an environment package like this: