Skip to content

履修情報の記憶と更新、相手の授業も考慮した日程調整 #11

履修情報の記憶と更新、相手の授業も考慮した日程調整

履修情報の記憶と更新、相手の授業も考慮した日程調整 #11

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 .