Skip to content

RS-604: Release v1.14 #480

RS-604: Release v1.14

RS-604: Release v1.14 #480

Workflow file for this run

name: Check Format
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
formatChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn install
- name: Check format
run: yarn run fmt:check