Add golang information to the --version output #1665
Workflow file for this run
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: Lint | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
concurrency: | |
group: lint-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.repository }} | |
cancel-in-progress: true | |
jobs: | |
call-workflow: | |
uses: kairos-io/linting-composite-action/.github/workflows/reusable-linting.yaml@main | |
with: | |
yamldirs: "." |