File size: 148 Bytes
adaea7c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
name: CI
on:  [workflow_dispatch, pull_request, push]

jobs:
  test:
    runs-on: ubuntu-latest
    steps: [uses: fastai/workflows/nbdev-ci@master]