text template works the same as the md template #13
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: [push] | |
jobs: | |
self-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-go@v4 | |
- name: clone test target | |
run: git clone -b web5-component-tests https://github.com/TBD54566975/web5-js.git web5-js | |
- name: self test | |
run: go run ./cmd/web5-spec-test web5-js/ |