Skip to content

Commit

Permalink
hato-botのCIを反映するよ!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and massongit committed Sep 21, 2023
1 parent 4cc7c79 commit c2bcdc4
Show file tree
Hide file tree
Showing 7 changed files with 579 additions and 7,968 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/pr-renovate-config-validator.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ jobs:
- name: Install dependencies
run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/npm_ci.sh"
- name: Lint files
uses: github/super-linter/slim@v5.0.0
uses: super-linter/super-linter/slim@v5.3.0
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_SQLFLUFF: false
LINTER_RULES_PATH: .
FILTER_REGEX_EXCLUDE: ".*assets/.*.txt"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WORKON_HOME: ""
PYTHONPATH: ${{ env.PYTHONPATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install packages
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: bash "${GITHUB_WORKSPACE}/scripts/npm_ci.sh"
- uses: dev-hato/[email protected].52
- uses: dev-hato/[email protected].53
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
repos:
- repo: https://github.com/zricethezav/gitleaks
rev: v8.16.2
rev: v8.18.0
hooks:
- id: gitleaks
8 changes: 6 additions & 2 deletions .textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
},
"no-mixed-zenkaku-and-hankaku-alphabet": true,
"prefer-tari-tari": true,
"preset-ja-spacing": true,
"preset-ja-spacing": {
"ja-no-space-around-parentheses": false
},
"preset-ja-technical-writing": {
"ja-no-successive-word": {
"allow": [
Expand All @@ -36,8 +38,10 @@
},
"preset-jtf-style": {
"1.1.3.箇条書き": false,
"3.3.かっこ類と隣接する文字の間のスペースの有無": false,
"4.3.1.丸かっこ()": false,
"4.3.2.大かっこ[]": false
"4.3.2.大かっこ[]": false,
"4.3.7.山かっこ<>": false
},
"terminology": true
}
Expand Down
Loading

0 comments on commit c2bcdc4

Please sign in to comment.