1
0
Fork 0
mirror of synced 2024-06-28 03:31:09 -04:00
dotbot/.github/workflows/build.yml
2021-02-15 20:38:29 +10:00

20 lines
392 B
YAML

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.6, 3.7, 3.9]
name: Python ${{ matrix.python }}
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- run: ./test/test