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 33f3cdb commit cb6eaa5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
run: git config --global --add safe.directory $GITHUB_WORKSPACE

- name: Load environment variables from .env file
run: |
echo .env >> $GITHUB_ENV
run: cat .env >> $GITHUB_ENV

- name: Show GOLANGCI_LINT_VERSION
run: echo "Linter version '${{ env.GOLANGCI_LINT_VERSION }}''"
run: echo "Linter version '$GOLANGCI_LINT_VERSION'"

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit cb6eaa5

Please sign in to comment.