Skip to content

fix: change python39 to python3.11 #498

fix: change python39 to python3.11

fix: change python39 to python3.11 #498

---
name: code-style-check
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run check
run: |
make lint