Skip to content

Update Arabic translations #70

Update Arabic translations

Update Arabic translations #70

Workflow file for this run

name: Code style
on:
push:
jobs:
prettier:
name: Code style
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22.x"
cache: "yarn"
- run: yarn install
- run: npx prettier --check .