Skip to content

Create format.yml

Create format.yml #1

Workflow file for this run

name: format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install
run: make install
- name: format
run: make format