Skip to content

updates

updates #362

Workflow file for this run

name: PR Sanity Check
on: pull_request
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Packages
run: |
yarn install
- name: Lint
run: |
yarn lint
- name: Build
run: |
npx reveal-md lessons/ --static dist
rsync -a -r lessons/ dist/