Skip to content

chore: temporary disable demo video for public beta #12

chore: temporary disable demo video for public beta

chore: temporary disable demo video for public beta #12

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run linter
# TODO: Change to npm ci when the whole next.js thing is set
run: |
npm i
npm run lint