Skip to content

[#549]: Correction of translation of the "Confirm" button when switching to English #560

[#549]: Correction of translation of the "Confirm" button when switching to English

[#549]: Correction of translation of the "Confirm" button when switching to English #560

Workflow file for this run

name: On Pull Request
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install deps
run: |
make install
- name: Run lint
run: |
make lint
- name: Run tests
run: |
make test