Skip to content

Merge pull request #51 from fond-of-vertigo/fix/order-unmarshal2 #71

Merge pull request #51 from fond-of-vertigo/fix/order-unmarshal2

Merge pull request #51 from fond-of-vertigo/fix/order-unmarshal2 #71

Workflow file for this run

on: [ push, pull_request ]
name: Audit
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ^1
- name: Checkout code
uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Run tests
run: go test -race ./...