Skip to content

ci: Use very simple version matching pattern for release tags #13

ci: Use very simple version matching pattern for release tags

ci: Use very simple version matching pattern for release tags #13

Workflow file for this run

name: check-code-quality
on:
pull_request:
types:
- opened
- synchronize
jobs:
check-code-quality:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Golang environment
uses: actions/setup-go@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2