Skip to content

fix(locales): update zh-tw l10n (#400) #15

fix(locales): update zh-tw l10n (#400)

fix(locales): update zh-tw l10n (#400) #15

Workflow file for this run

name: check
permissions:
contents: read
on:
push:
branches:
- master
paths-ignore:
- website/**
pull_request:
branches:
- master
paths-ignore:
- website/**
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --immutable
- run: yarn lint
- run: yarn test
- run: yarn build-all
env:
DROPBOX_API_KEY: ${{ secrets.DROPBOX_API_KEY }}
DROPBOX_API_SECRET: ${{ secrets.DROPBOX_API_SECRET }}
GOOGLE_DRIVE_API_KEY: ${{ secrets.GOOGLE_DRIVE_API_KEY }}
GOOGLE_DRIVE_API_SECRET: ${{ secrets.GOOGLE_DRIVE_API_SECRET }}