Merge pull request #1068 from mauidude/reduce-allocations #1519
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: x | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
# Common Go workflows from go faster | |
# See https://github.com/go-faster/x | |
jobs: | |
test: | |
uses: go-faster/x/.github/workflows/test.yml@main | |
lint: | |
uses: go-faster/x/.github/workflows/lint.yml@main |