Skip to content

Update lint.yml

Update lint.yml #2

Workflow file for this run

name: lint
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
- name: lint
run: make lint