Skip to content

feat: Support custom file name mappings #155

feat: Support custom file name mappings

feat: Support custom file name mappings #155

Workflow file for this run

name: tests
on:
push:
branches-ignore:
- 'gh-pages'
pull_request:
branches-ignore:
- 'gh-pages'
jobs:
ci:
strategy:
matrix:
go: ['1.16', '1.17', '1.18', '1.19']
platform: [ubuntu-latest, macos-latest] # can not run in windows OS
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Tests
run: go test