Skip to content

Merge pull request #9 from ozairasim/exclude-domain-from-name-length-… #37

Merge pull request #9 from ozairasim/exclude-domain-from-name-length-…

Merge pull request #9 from ozairasim/exclude-domain-from-name-length-… #37

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
env:
TESTFLAGS: -v
BUILDFLAGS: -v
jobs:
build:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Build
run: |
make build
- name: lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --print-resources-usage --timeout=10m --verbose
- name: Test
run: |
make coverage
- name: Codecov
uses: codecov/codecov-action@v3
with:
directory: ./