[811e40]: / .github / workflows / test.yaml

Download this file

8 lines (6 with data), 148 Bytes

1
2
3
4
5
6
7
name: CI
on: [workflow_dispatch, pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/nbdev-ci@master]