Skip to content

Commit

Permalink
update expected output of unit test case as follow up of #62
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Oct 14, 2021
1 parent bd4b8c2 commit 5525a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ test.yaml:4:14: "write" is invalid for permission for all the scopes. available
|
4 | permissions: write
| ^~~~~
test.yaml:11:7: unknown permission scope "check". all available permission scopes are "actions", "checks", "contents", "deployments", "issues", "metadata", "packages", "pull-requests", "repository-projects", "security-events", "statuses" [permissions]
test.yaml:11:7: unknown permission scope "check". all available permission scopes are "actions", "checks", "contents", "deployments", "id-token", "issues", "metadata", "packages", "pull-requests", "repository-projects", "security-events", "statuses" [permissions]
|
11 | check: write
| ^~~~~~
Expand Down
2 changes: 1 addition & 1 deletion testdata/examples/permissions.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test.yaml:4:14: "write" is invalid for permission for all the scopes. available values are "read-all" and "write-all" [permissions]
test.yaml:11:7: unknown permission scope "check". all available permission scopes are "actions", "checks", "contents", "deployments", "issues", "metadata", "packages", "pull-requests", "repository-projects", "security-events", "statuses" [permissions]
test.yaml:11:7: unknown permission scope "check". all available permission scopes are "actions", "checks", "contents", "deployments", "id-token", "issues", "metadata", "packages", "pull-requests", "repository-projects", "security-events", "statuses" [permissions]
test.yaml:13:15: "readable" is invalid for permission of scope "issues". available values are "read", "write" or "none" [permissions]

0 comments on commit 5525a6c

Please sign in to comment.