Skip to content

feat(wsctl): wsctl config add project chain endpoint & project contra… #12

feat(wsctl): wsctl config add project chain endpoint & project contra…

feat(wsctl): wsctl config add project chain endpoint & project contra… #12

Workflow file for this run

name: pr_check
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
permissions:
contents: read
packages: write
id-token: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Test
run: go test ./...