Skip to content

Commit

Permalink
Update uat-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-opssupport authored Jun 21, 2024
1 parent 4bb9825 commit cca03bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/uat-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
with:
fetch-depth: 0

- name: Lint Code Base
uses: docker://ghcr.io/github/super-linter:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.json
VALIDATE_TYPESCRIPT_ES: true
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
# - name: Lint Code Base
# uses: docker://ghcr.io/github/super-linter:latest
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# LINTER_RULES_PATH: /
# TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.json
# VALIDATE_TYPESCRIPT_ES: true
# VALIDATE_ALL_CODEBASE: false
# DEFAULT_BRANCH: main

Label_Checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cca03bd

Please sign in to comment.