Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmv committed Jun 5, 2024
1 parent c12f4f5 commit 8e60c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/otc-golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ on:
- edited
- synchronize
workflow_call:
inputs:
config-path:
required: true
type: string
secrets:
envPAT:
required: true


jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/otc-run-acc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- uses: ./.github/workflows/otc-golangci-lint.yaml
- uses: .github/workflows/otc-golangci-lint.yaml
- run: make acceptance
env:
OS_AUTH_URL: ${{ secrets.AUTH_URL }}
Expand Down

0 comments on commit 8e60c3b

Please sign in to comment.