Skip to content

added ci lint check

added ci lint check #1

Workflow file for this run

name: echo bot main CI
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: lint
run: make ruff