Skip to content

fix(text-changes-appk): Fix the language in app-k forms to match legacy application #3161

fix(text-changes-appk): Fix the language in app-k forms to match legacy application

fix(text-changes-appk): Fix the language in app-k forms to match legacy application #3161

Workflow file for this run

name: Pre-commit
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: --all-files