Skip to content

Mark 0.0.14

Mark 0.0.14 #21

Workflow file for this run

name: prettier lint
on: [ pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint with prettier
run: yarn lint