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 Feb 3, 2024
1 parent 276e120 commit 20147af
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 206 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
run: sed -i -e "s/python_version = \".*\"/python_version = \"$(echo ${{ steps.setup_python.outputs.python-version }} | sed -e 's/\([0-9]*\.[0-9]*\).*/\1/g')\"/g" Pipfile
- name: Install pipenv
id: install_pipenv
continue-on-error: true
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: bash "${GITHUB_WORKSPACE}/scripts/pr_format/pr_format/install_pipenv.sh"
- name: Install dependencies
Expand All @@ -49,8 +48,8 @@ jobs:
id: format
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: bash "${GITHUB_WORKSPACE}/scripts/pr_format/pr_format/format.sh"
continue-on-error: true
- uses: dev-hato/[email protected]
if: success() || failure()
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: fix-format
Expand Down
3 changes: 3 additions & 0 deletions .textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"人人",
"よし"
]
},
"no-mix-dearu-desumasu": {
"preferInList": "ですます"
}
},
"preset-jtf-style": {
Expand Down
Loading

0 comments on commit 20147af

Please sign in to comment.