Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKou47 committed Dec 23, 2024
1 parent f47a9c9 commit 521ad63
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
permissions:
contents: write
id-token: write

steps:
- name: Checkout Engine repo
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"release": "bumpp -r"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-commonjs": "^17.0.0",
Expand Down
48 changes: 46 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added test.js
Empty file.

0 comments on commit 521ad63

Please sign in to comment.