Skip to content

Commit

Permalink
Pin GH action workflow in VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Jul 17, 2024
1 parent 5693c4a commit e985160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
"githubIssues.issueBranchTitle": "${issueNumber}-${sanitizedLowercaseIssueTitle}",
"githubPullRequests.assignCreated": "${user}",
"biome.searchInPath": false,
"biome.enabled": true
"biome.enabled": true,
"github-actions.workflows.pinned.workflows": [".github/workflows/pages.yml"]
}

0 comments on commit e985160

Please sign in to comment.