Skip to content

docs(readme): looking for maintainer #1045

docs(readme): looking for maintainer

docs(readme): looking for maintainer #1045

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --immutable
- name: Run ESLint
run: yarn lint