Skip to content

Remove feature request from issue templates #111

Remove feature request from issue templates

Remove feature request from issue templates #111

Workflow file for this run

name: Run tests & lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn
- run: yarn run lint
- run: yarn run test