Skip to content

確認文言を日本語にして、日時範囲の表示を改善 #18

確認文言を日本語にして、日時範囲の表示を改善

確認文言を日本語にして、日時範囲の表示を改善 #18

Workflow file for this run

name: format-checker
on: pull_request
jobs:
format:
# Check if the PR is not from a fork
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
with:
ref: ${{ github.head_ref }}
- name: Prettier check
run: npx prettier --check .