Skip to content

temp

temp #1

Workflow file for this run

name: Prettier
on:
push:
pull_request:
jobs:
format-ts:
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v2
- name: Configure npm caching
uses: actions/cache@v2
- name: Run Prettier
run: npm run check-format