Skip to content

feat: add post 130 #263

feat: add post 130

feat: add post 130 #263

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: npm ci
- name: build
run: npm run build
- name: test
run: npm test