Skip to content

[CI] Remove Mahjong from CI #3608

[CI] Remove Mahjong from CI

[CI] Remove Mahjong from CI #3608

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 check