mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: New Crowdin updates (#2480)
This commit is contained in:
parent
4c7b1a2269
commit
3b86944365
32 changed files with 637 additions and 124 deletions
7
.github/workflows/changelog-check.yml
vendored
7
.github/workflows/changelog-check.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- "!l10n_master"
|
||||
- "!dependabot/**"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@ -13,10 +16,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Setup Node.js 12.x
|
||||
- name: Setup Node.js 14.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 14.x
|
||||
|
||||
- name: Install and run changelog check
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue