Skip to content

Commit

Permalink
Do not fail if checks: read permission is missing (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr authored Mar 6, 2024
1 parent c026e98 commit 6502132
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"files.associations": {
"*.md": "mdx"
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6502132

Please sign in to comment.