Skip to content

Add small fixes in about page and generator test files (#31) #266

Add small fixes in about page and generator test files (#31)

Add small fixes in about page and generator test files (#31) #266

Workflow file for this run

name: CI
'on':
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
npm install
- name: Run Prettier
run: |
npm run check
- name: Run tests
run: |
npm run test