Skip to content

feat(i18n): sync english and french translations #26

feat(i18n): sync english and french translations

feat(i18n): sync english and french translations #26

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Install dependencies
run: pnpm i
- name: Check format
run: pnpm format
- name: Check lint
run: pnpm lint