Skip to content

Refactor dispute translation utils #2382

Refactor dispute translation utils

Refactor dispute translation utils #2382

Workflow file for this run

name: Pull Request workflow
on:
pull_request:
branches:
- main
- develop
- group/*
types: [opened, synchronize, reopened]
paths-ignore:
- README.md
- LICENSE
- .gitignore
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write
actions: write
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Run the preliminary setup steps
uses: ./.github/actions/setup-env
- name: Run unit tests
run: npm run test
- name: Build library
run: npm run build