Skip to content

feat(forum): improve topic creation onboarding #1014

feat(forum): improve topic creation onboarding

feat(forum): improve topic creation onboarding #1014

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