Skip to content

Merge pull request #2627 from shubhamkmr04/shubham/format-with-commas #5976

Merge pull request #2627 from shubhamkmr04/shubham/format-with-commas

Merge pull request #2627 from shubhamkmr04/shubham/format-with-commas #5976

Workflow file for this run

name: Test
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run test