Skip to content

Fix bug in auto key assignment #4

Fix bug in auto key assignment

Fix bug in auto key assignment #4

Workflow file for this run

name: Run `make check`
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
make-check:
name: Run `make check`
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11']
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run `make check`
run: make check