Skip to content

[Bridge] Enhance DDS dataset #3606

[Bridge] Enhance DDS dataset

[Bridge] Enhance DDS dataset #3606

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