Skip to content

feat: add generic-sync & translate-patches #2

feat: add generic-sync & translate-patches

feat: add generic-sync & translate-patches #2

Workflow file for this run

name: Lint
on:
release:
types: [created]
pull_request:
branches:
- main
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --timeout=10m