Skip to content

feat: add support for script dependencies #9

feat: add support for script dependencies

feat: add support for script dependencies #9

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go test ./...