Skip to content

fix prettier error

fix prettier error #3

name: Build and Check Code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org/'
- run: |
npm ci
npm run build