Bunified translation-progress.yml

This commit is contained in:
Kalle
2024-08-11 16:13:24 +03:00
parent 95e9d518e5
commit d0832d12f0

View File

@@ -13,24 +13,16 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
- uses: oven-sh/setup-bun@v2
with:
node-version-file: ".nvmrc"
- name: Cache dependencies
uses: actions/cache@v2
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-
bun-version: latest
- name: Install dependencies
run: npm ci --ignore-scripts
run: bun install --frozen-lockfile
- name: Update translation progress issue
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm run check-translation-jsons
bun run check-translation-jsons
gh issue edit 1104 --body-file ./translation-progress.md