Skip to content

既定値を与えて必ずしもタイトルを入力しなくてもすむようにした #17

既定値を与えて必ずしもタイトルを入力しなくてもすむようにした

既定値を与えて必ずしもタイトルを入力しなくてもすむようにした #17

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 .