Skip to content

fix(otp): замена шрифта в инпуте OTP #83

fix(otp): замена шрифта в инпуте OTP

fix(otp): замена шрифта в инпуте OTP #83

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/tests