Skip to content

Commit df27bf5

Browse files
committed
RHOAIENG-21668: chore(gha): disable checking ./ci/secrets with linters
1 parent 4bc5d75 commit df27bf5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/code-quality.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v4
8282

83+
- name: Do not check secrets, they are encrypted
84+
run: rm -rf ./ci/secrets
85+
8386
- name: Validate YAML files (best code practices check included)
8487
id: validate-yaml-files
8588
run: |

rstudio/rhel9-python-3.11/setup_rstudio.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import getpass
23
import os
34
import shutil

0 commit comments

Comments
 (0)