Skip to content

Commit 5514842

Browse files
committed
fix(linting): update to main branch
1 parent edca331 commit 5514842

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/automation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
post-commit-check:
1313
name: Post-Commit Validation of Pre-Commit Checks (Includes Linting)
14-
uses: uc-cdis/.github/.github/workflows/pre_commit.yaml@fix/linting
14+
uses: uc-cdis/.github/.github/workflows/pre_commit.yaml@master
1515
with:
1616
UV_VERSION: '0.11.0'
1717
JUST_VERSION: '1.48.0'
@@ -114,7 +114,7 @@ jobs:
114114
115115
image-build-push-1:
116116
name: Build Image and Push - Gen3 Embeddings
117-
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@fix/linting
117+
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
118118
needs: [post-commit-check, security, unit-test]
119119
with:
120120
BUILD_PLATFORMS: "linux/amd64"
@@ -129,7 +129,7 @@ jobs:
129129

130130
image-build-push-2:
131131
name: Build Image and Push - Gen3 Inference
132-
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@fix/linting
132+
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
133133
needs: [post-commit-check, security, unit-test]
134134
with:
135135
BUILD_PLATFORMS: "linux/amd64"
@@ -144,7 +144,7 @@ jobs:
144144

145145
image-build-push-3:
146146
name: Build Image and Push - Gen3 AI Model Repo
147-
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@fix/linting
147+
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
148148
needs: [post-commit-check, security, unit-test]
149149
with:
150150
BUILD_PLATFORMS: "linux/amd64"

.github/workflows/markdown_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ on:
1313
jobs:
1414
markdown_validation:
1515
name: Markdown validation
16-
uses: uc-cdis/.github/.github/workflows/validate_markdown.yaml@fix/linting
16+
uses: uc-cdis/.github/.github/workflows/validate_markdown.yaml@master

0 commit comments

Comments
 (0)