Skip to content

Tech Spotlight: What is Tailwind? #170

Tech Spotlight: What is Tailwind?

Tech Spotlight: What is Tailwind? #170

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14.x"
- name: Install dependencies
run: yarn install
- name: Run "yarn run lint"
run: yarn run lint