Skip to content

ci: Apply prettier #106

ci: Apply prettier

ci: Apply prettier #106

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Lint code
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn --immutable
- name: Run lint and prettier
run: yarn format