This commit is contained in:
FabianLars
2025-08-07 15:28:44 +02:00
parent 8cb053f47c
commit 63f660996f
31 changed files with 183 additions and 618 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ name: check generated files
on:
pull_request:
paths:
- ".github/workflows/check-generated-files.yml"
- '.github/workflows/check-generated-files.yml'
- pnpm-lock.yaml
- "**/guest-js/**"
- '**/guest-js/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -169,7 +169,7 @@ jobs:
${{ runner.os }}-
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: 'lts/*'
- uses: pnpm/action-setup@v4
with:
version: 10.x.x