fix: typing

This commit is contained in:
Nerivec
2025-03-03 13:36:54 +01:00
parent a82300d5ce
commit ad75bd6e1a
9 changed files with 11 additions and 11 deletions

View File

@@ -25,8 +25,8 @@ jobs:
cache: pnpm
- run: |
pnpm self-update
pnpm up --latest
pnpm self-update
pnpm up --latest
- uses: peter-evans/create-pull-request@v7
id: cpr
@@ -40,4 +40,4 @@ jobs:
if: ${{ steps.cpr.outputs.pull-request-number }}
with:
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
body: "CC: @Koenkk"
body: 'CC: @Koenkk'