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 1f2885c commit abb1e20
Show file tree
Hide file tree
Showing 5 changed files with 1,049 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-cache-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: dev-hato/github-actions-cache-cleaner@7913a63f0beefd77b473395af69c2d0be903b040 # v0.0.58
- uses: dev-hato/github-actions-cache-cleaner@0a731b19b53bac2c5e7f2b9cb9f9a17d91c50604 # v0.0.56
with:
github-token: ${{secrets.GITHUB_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
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 abb1e20

Please sign in to comment.