Skip to content

feat: offline course shortcut #957

feat: offline course shortcut

feat: offline course shortcut #957

Workflow file for this run

name: Tests
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
run: make lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: test
run: make test