Merge pull request #539 from go-faster/dependabot/go_modules/github.c… #1350
This file contains 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: | |
workflow_dispatch: | |
# Common Go workflows from go faster | |
# See https://github.com/go-faster/x | |
jobs: | |
test: | |
uses: go-faster/x/.github/workflows/test.yml@main | |
with: | |
enable-386: false | |
submodules: true | |
lint: | |
uses: go-faster/x/.github/workflows/lint.yml@main |