Skip to content

Commit

Permalink
chore(module-versions): Use searchModuleVersions instead of versions …
Browse files Browse the repository at this point in the history
…when fetching module versions
  • Loading branch information
0michalsokolowski0 committed Sep 13, 2024
1 parent 991a8d3 commit 33f3cdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:

- name: Load environment variables from .env file
run: |
set -a
source .env
set +a
echo .env >> $GITHUB_ENV
- name: Show GOLANGCI_LINT_VERSION
run: echo "Linter version '${{ env.GOLANGCI_LINT_VERSION }}''"
Expand Down

0 comments on commit 33f3cdb

Please sign in to comment.