Skip to content

Provide a dev shell #80

Provide a dev shell

Provide a dev shell #80

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Prettier
run: npx prettier --check .