Skip to content

Commit

Permalink
run always
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Jul 25, 2024
1 parent 27cbead commit dd71740
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
fetch-depth: 0
- name: Load Version
id: load-version
run: |
Expand All @@ -34,8 +31,6 @@ jobs:
version: ${{ steps.load-version.outputs.GOLANGCI_VERSION }}
args: --timeout 30m --verbose --allow-parallel-runners --max-same-issues 0 --max-issues-per-linter 0
working-directory: ${{ github.workspace }}
if: |
contains(steps.changed-files.outputs.all_changed_files, '.go')
golang-sec:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit dd71740

Please sign in to comment.