Skip to content

Commit

Permalink
fix CI (#14)
Browse files Browse the repository at this point in the history
it's broken, so fix it

Signed-off-by: Andy Sadler <[email protected]>
  • Loading branch information
sadlerap authored Dec 2, 2024
1 parent 762b3ec commit 7855173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: ${{ steps.golangci_version.version }}
working-directory: server
args: --timeout=5m

lint-yaml:
name: Lint yaml manifests
Expand All @@ -65,4 +65,4 @@ jobs:
uses: actions/checkout@v4

- name: Lint with yamllint
run: make lint
run: make lint-yaml

0 comments on commit 7855173

Please sign in to comment.