Skip to content

default --source to the OS accent, and drop the all-literal case #1192

default --source to the OS accent, and drop the all-literal case

default --source to the OS accent, and drop the all-literal case #1192

Workflow file for this run

name: Check TS
on:
push:
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- uses: pnpm/setup@v1
name: PNPM
with:
version: latest
runtime: node@latest
- name: Run check
run: pnpm run check