Skip to content

Commit 0ec5c5f

Browse files
committed
test
1 parent 31b5abb commit 0ec5c5f

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/linters/.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DISABLE_LINTERS:
55
ADDITIONAL_EXCLUDED_DIRECTORIES:
66
- dev
77
REPOSITORY_KICS_ARGUMENTS: "--exclude-queries 555ab8f9-2001-455e-a077-f2d0f41e2fb9"
8-
SPELL_LYCHEE_ARGUMENTS: "--exclude-path man/figures --exclude-path docs --exclude-path pkgdown/favicon --exclude-path .lycheeignore"
8+
SPELL_LYCHEE_ARGUMENTS: "--exclude-path man/figures --exclude-path docs --exclude-path pkgdown/favicon --exclude-path .lycheeignore --exclude-path .github/linters/.lycheeignore"
99
SPELL_LYCHEE_FILE_EXTENSIONS:
1010
- "*"
1111
SPELL_CSPELL_ANALYZE_FILE_NAMES: false

.github/workflows/megalinter.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@ jobs:
3232
shell: bash
3333
run: |
3434
echo ===========
35-
echo $GITHUB_REPOSITORY
36-
echo $GITHUB_HEAD_REF
37-
echo $GITHUB_REF_NAME
35+
echo ${GITHUB_REPOSITORY}
36+
echo ${GITHUB_HEAD_REF}
37+
echo ${GITHUB_REF_NAME}
3838
echo ===========
3939
if [ "$GITHUB_REPOSITORY" = "NovoNordisk-OpenSource/r.workflows" ]; then
4040
workflow_branch=${GITHUB_HEAD_REF:-$GITHUB_REF_NAME}
41+
echo =========
42+
echo Using ${workflow_branch}
43+
echo =========
4144
else
4245
workflow_branch="main"
4346
fi

0 commit comments

Comments
 (0)