Reverted the changes from a PR that wasn't supposed to be merged yet. #129
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: golangci-lint | |
on: | |
push: | |
branches: | |
- master | |
- main | |
pull_request: | |
jobs: | |
call-workflow-passing-data: | |
uses: cyverse-de/github-workflows/.github/workflows/[email protected] | |
with: | |
go-version: 1.21 |