Skip to content

feat: add discord link #5

feat: add discord link

feat: add discord link #5

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