Skip to content

Commit

Permalink
Add string lint escape
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Jun 18, 2024
1 parent c128694 commit 804fa95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-doc-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: 'pnpm/action-setup@v2'
with:
run_install: false
version: 9.1.2
version: '9.1.2'
-
name: 'Install dependencies'
run: 'pnpm install --frozen-lockfile'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: 'pnpm/action-setup@v2'
with:
run_install: false
version: 9.1.2
version: '9.1.2'
-
id: 'pnpm-cache'
name: 'Get pnpm store directory'
Expand Down

0 comments on commit 804fa95

Please sign in to comment.