Skip to content

OWNER-34 - Make MonthInput's value RTL compatible #1524

OWNER-34 - Make MonthInput's value RTL compatible

OWNER-34 - Make MonthInput's value RTL compatible #1524

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: test
jobs:
test:
runs-on: ubuntu-latest
env:
YARN_RC_FILENAME: .yarnrc-public.yml
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version-file: '.tool-versions'
- run: yarn install --immutable
- run: yarn lint
- run: yarn format
- run: yarn test