Skip to content

chore: add translation (#76) #140

chore: add translation (#76)

chore: add translation (#76) #140

Workflow file for this run

name: Main jobs
on:
push:
branches:
- master
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v5
- name: Build
run: pnpm build
- name: Test
run: pnpm test