Skip to content

Add Python 3.11 CI #3204

Add Python 3.11 CI

Add Python 3.11 CI #3204

Workflow file for this run

name: fmt
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
architecture: 'x64'
- name: check
run: |
make install-dev
make install-fmt
make check