We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update-lexicons.yml
1 parent 25dc965 commit f070652Copy full SHA for f070652
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
pull-requests: write
21
steps:
22
- uses: actions/checkout@v4
23
- - run: corepack enable
+ - uses: pnpm/action-setup@v4
24
- uses: actions/setup-node@v4
25
with:
26
node-version: 20
.github/workflows/update-lexicons.yml
@@ -6,6 +6,8 @@ on:
6
push:
7
branches:
8
- main
9
+ schedule:
10
+ - cron: '0 * * * *'
11
workflow_dispatch: {}
12
merge_group: {}
13
@@ -19,7 +21,7 @@ jobs:
19
ref: ${{ github.head_ref || github.ref_name }}
27
0 commit comments