Skip to content

feature: spacing utilities #26

feature: spacing utilities

feature: spacing utilities #26

Workflow file for this run

name: Release
on:
push:
branches:
- main
pull_request:
types: [opened, edited, reopened, synchronize]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: yarn install --immutable
- name: Lint
run: yarn run lint