Skip to content

Commit

Permalink
Remove RequiredLint
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Nov 18, 2024
1 parent eb01b1e commit 6ade3bb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ jobs:
# path: |
# .github/linters/
# if-no-files-found: error
# TODO: Uncomment after repo is public

RequiredLint:
name: Run Required Linters
needs: [ LintConfig ]
uses: uc-cdis/.github/.github/workflows/required_lint_check.yaml@master
with:
python-version: '3.9'
use-cache: true
# RequiredLint:
# name: Run Required Linters
# needs: [ LintConfig ]
# uses: uc-cdis/.github/.github/workflows/required_lint_check.yaml@master
# with:
# python-version: '3.9'
# use-cache: true
# TODO: Uncomment after repo is public
# InformationalLint:
# name: Run Informational Linters
Expand All @@ -74,7 +75,7 @@ jobs:
ImageBuildAndPush:
name: Build Image and Push
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
needs: [ RequiredLint, Security ] #TODO Add UnitTest
needs: [ Security ] #TODO Add UnitTest RequiredLint
with:
BUILD_PLATFORMS: "linux/amd64"
secrets:
Expand Down

0 comments on commit 6ade3bb

Please sign in to comment.