Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Bump tar from 6.1.0 to 6.2.1 (#80) #75

Bump tar from 6.1.0 to 6.2.1 (#80)

Bump tar from 6.1.0 to 6.2.1 (#80) #75

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Prettier
run: yarn lint
- name: Ensure build succeeds
run: yarn build:preview