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] committed Oct 24, 2024
1 parent c203818 commit 49727d4
Show file tree
Hide file tree
Showing 6 changed files with 889 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-json-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
token: ${{steps.generate_token.outputs.token}}
- uses: dev-hato/actions-format-json-yml@d734536c3d78cd63c0be271d4fa1df500ce3c29f # v0.0.78
- uses: dev-hato/actions-format-json-yml@a459ba1d456f396f983ba248015e0dcc8aff8230 # v0.0.77
with:
github-token: ${{steps.generate_token.outputs.token}}
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
VALIDATE_SQLFLUFF: false
VALIDATE_CHECKOV: false # TODO: checkovが依存するopenaiのバージョンがアップデートされたら削除
VALIDATE_JSCPD: false
JAVASCRIPT_DEFAULT_STYLE: prettier
VALIDATE_JAVASCRIPT_STANDARD: false
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_TYPESCRIPT_STANDARD: false
LINTER_RULES_PATH: .
FILTER_REGEX_EXCLUDE: ".*assets/.*.txt"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 @@ -30,7 +30,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/actions-update-gitleaks@3ef8b2a72aff26753f47e2f161f895c1be0ab3c5 # v0.0.82
- uses: dev-hato/actions-update-gitleaks@a1fa480c98add29b8e018c4e4bcd541d45766433 # v0.0.81
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
Expand Down
4 changes: 3 additions & 1 deletion .textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"ignore": [
"https://github.com/dev-hato/hato-bot/releases/latest",
"https://platform.openai.com/api-keys",
"https://fly.io/dashboard/"
"https://fly.io/dashboard/",
"https://fly.io/docs/getting-started/launch-demo/#1-install-flyctl",
"https://fly.io/docs/getting-started/launch-demo/#2-sign-up-or-sign-in"
]
},
"no-mixed-zenkaku-and-hankaku-alphabet": true,
Expand Down
Loading

0 comments on commit 49727d4

Please sign in to comment.