Skip to content

Commit

Permalink
Merge branch 'main' into operator-client-timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Dec 3, 2024
2 parents 65ca797 + daebe9b commit 1c7e012
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/actions/lint-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ runs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install UDS CLI
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
run: brew install defenseunicorns/tap/[email protected]
shell: bash
uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0
with:
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
version: v0.19.2
- name: Run Formatting Checks
run: uds run lint-check --no-progress
shell: bash

0 comments on commit 1c7e012

Please sign in to comment.