Skip to content

sponsorship: update sponsors 🙏 (#197) #167

sponsorship: update sponsors 🙏 (#197)

sponsorship: update sponsors 🙏 (#197) #167

Workflow file for this run

name: Linting
on: [push, pull_request]
env:
CI: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn --frozen-lockfile
- run: yarn clean
- run: yarn prepack
- run: yarn lint
- run: yarn lint:deps