Skip to content

Added a new project to README (#647) #77

Added a new project to README (#647)

Added a new project to README (#647) #77

Workflow file for this run

name: Lint
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install and cache dependencies
uses: bahmutov/npm-install@v1
- name: Run linter
run: npm run lint