Skip to content

fix: ci running directory path #2

fix: ci running directory path

fix: ci running directory path #2

Workflow file for this run

name: ci
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup
uses: actions/setup-go@v5
- name: static check
run: cd bot && make env && make lint