Skip to content

Add code format check as GitHub workflow. #1

Add code format check as GitHub workflow.

Add code format check as GitHub workflow. #1

Workflow file for this run

name: format-check
on: [push]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: format code
run: tools/format_code.sh
- name: check diff
run: .github/format_check_diff.sh