Skip to content

feat: Format feedback form (#306) #869

feat: Format feedback form (#306)

feat: Format feedback form (#306) #869

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install deps
run: |
npm install
- name: Lint
run: |
npm run lint