Skip to content

feat: src/md/page/about.md, プロフィールを変更した #221

feat: src/md/page/about.md, プロフィールを変更した

feat: src/md/page/about.md, プロフィールを変更した #221

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