From a32b6520fbeaa35582bbbbae9125868ff0acab9b Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 24 Oct 2024 18:58:21 -0400 Subject: [PATCH] feat(ci): also sync golangci-soft.yml during lint sync --- .github/workflows/lint-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint-sync.yml b/.github/workflows/lint-sync.yml index 33e93f9..ce0b3a0 100644 --- a/.github/workflows/lint-sync.yml +++ b/.github/workflows/lint-sync.yml @@ -19,6 +19,7 @@ jobs: path: ${{ github.repository_owner }}/meta - run: | cp ${{ github.repository_owner }}/meta/golangci.yml ${{ github.repository }}/.golangci.yml + cp ${{ github.repository_owner }}/meta/golangci-soft.yml ${{ github.repository }}/.golangci-soft.yml - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v7