Skip to content

check canonical denom #1

check canonical denom

check canonical denom #1

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
go-version: '1.20'
- name: test
run: |
go test -v ./...