Skip to content

README: Add sponsors section #63

README: Add sponsors section

README: Add sponsors section #63

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn run lint
- name: Run tests
run: yarn run test