Skip to content

Fix: single pr commit line #6

Fix: single pr commit line

Fix: single pr commit line #6

Workflow file for this run

name: cli
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Run test
run: |
bash test.sh