File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ requires reporting and inspection methods for Github scopes.
1212
1313## Latest Updates
1414
15- Please review the [ release notes] ( https://github.com/pkgdist/extensions/blob/main/release-notes.md ) for information on the latest release.
15+ Please review the
16+ [ release notes] ( https://github.com/pkgdist/extensions/blob/main/release-notes.md )
17+ for information on the latest release.
1618
1719## What are Github Scopes?
1820
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ import * as $token from './func_token.ts'
33
44const token = await $token . getToken ( )
55if ( ! token ) {
6- console . error ( 'No GitHub token found. Please set the GITHUB_TOKEN environment variable.' )
6+ console . error (
7+ 'No GitHub token found. Please set the GITHUB_TOKEN environment variable.' ,
8+ )
79 Deno . exit ( 1 )
810}
911
You can’t perform that action at this time.
0 commit comments