Skip to content

feat: add i18n strategy prefix or suffix #65

feat: add i18n strategy prefix or suffix

feat: add i18n strategy prefix or suffix #65

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
name: 'Lint: node-20, ubuntu-latest'
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set node version to 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install deps
run: pnpm install
- name: Lint
run: pnpm lint