Skip to content

chore(readme): add gleam xid port (#101) #25

chore(readme): add gleam xid port (#101)

chore(readme): add gleam xid port (#101) #25

Workflow file for this run

name: Go
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18"
check-latest: true
- run: go test -race -failfast ./...
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.18"
check-latest: true
- uses: golangci/golangci-lint-action@v3
with:
version: latest