Skip to content

Commit

Permalink
Merge pull request #63 from RyoWakabayashi/develop
Browse files Browse the repository at this point in the history
CI Example 1.2.1
  • Loading branch information
RyoWakabayashi authored Aug 31, 2023
2 parents 07c3cd3 + d567d6e commit 0cccecf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
env:
LINTER_RULES_PATH: .
DEFAULT_BRANCH: main
CSS_FILE_NAME: .stylelintrc.yml
YAML_CONFIG_FILE: .yamllint
VALIDATE_ALL_CODEBASE: false
VALIDATE_ANSIBLE: false
VALIDATE_JAVASCRIPT_STANDARD: false
Expand Down
1 change: 1 addition & 0 deletions docker-compose.super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- USE_FIND_ALGORITHM=true
- LINTER_RULES_PATH=../rules
- CSS_FILE_NAME=.stylelintrc.yml
- YAML_CONFIG_FILE=.yamllint
- VALIDATE_ANSIBLE=false
- VALIDATE_JAVASCRIPT_STANDARD=false
- VALIDATE_DOCKERFILE_HADOLINT=false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci-example",
"version": "1.2.0",
"version": "1.2.1",
"description": "CIの例",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 2 additions & 0 deletions super-linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ copy_target_files() {
cp "${file}" "${WORKDIR}/${file}"
done

cp .editorconfig "${WORKDIR}/.editorconfig"

}

lint() {
Expand Down

0 comments on commit 0cccecf

Please sign in to comment.