Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Linter action not working properly#716

Unanswered
rokerzfirst101 asked this question inQ&A
Discussion options

The linter action keeps on throwing this error, whereas whenever I run the linter locally no issue is found

Screenshot 2023-03-31 at 1 01 47 PM

Following is the Job setup:

code_quality:    name: 🎖 Code Quality    runs-on: ubuntu-latest    steps:      - name: Check out code        uses: actions/checkout@v3      - name: Set up Go 1.17        uses: actions/setup-go@v3        with:          go-version: '1.17.x'          cache: false      - name: Run Linter        uses: golangci/golangci-lint-action@v3        with:          version: v1.52.2          skip-cache: true
You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
1 participant
@rokerzfirst101

[8]ページ先頭

©2009-2025 Movatter.jp