Skip to content

Version Packages (#414) #955

Version Packages (#414)

Version Packages (#414) #955

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v2
with:
cache: yarn
node-version-file: '.nvmrc'
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: yarn --immutable
- name: Lint
run: yarn lint