Skip to content

[WIP] fix: Flakiness in TypeScript CI #215

[WIP] fix: Flakiness in TypeScript CI

[WIP] fix: Flakiness in TypeScript CI #215

Workflow file for this run

name: Formatting
on:
pull_request:
paths:
- '.github/workflows/**'
- '**.md'
- '**.yml'
- '**.yaml'
- '**.js'
- '**.json'
- '**.ts'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn run prettier-check