Skip to content

Commit

Permalink
Update golangci-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenEarth authored Jan 8, 2025
1 parent a2e78dd commit 22b08f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::set-output name=dirs::$(git diff --name-only origin/master | grep '^tencentcloud/.*\.go$' | xargs -n 1 dirname | sort -u | sed 's|^tencentcloud/||' | xargs)"
shell: bash

- name: Check for changed Go directories
- name: Check for changed Go directories
id: checkDiffDir
run: |
if [ -z "${{ steps.getDiffDir.outputs.dirs }}" ]; then
Expand Down

0 comments on commit 22b08f0

Please sign in to comment.