Skip to content

fix: pending embeds should display more useful author information (#139) #213

fix: pending embeds should display more useful author information (#139)

fix: pending embeds should display more useful author information (#139) #213

Workflow file for this run

name: Change validation
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build