Skip to content

admin: Update FUNDING.yml #213

admin: Update FUNDING.yml

admin: Update FUNDING.yml #213

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 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn --frozen-lockfile
- run: yarn clean
- run: yarn prepack
- run: yarn lint
- run: yarn lint:deps