Skip to content

Commit

Permalink
feat(ci): also sync golangci-soft.yml during lint sync
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm authored Oct 24, 2024
1 parent cf538c0 commit a32b652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a32b652

Please sign in to comment.