Skip to content

Commit 281d1ff

Browse files
feature/story_116
Signed-off-by: Lyns <lotsofthoughts@lynsei.com>
1 parent e02e931 commit 281d1ff

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/check_ruleset.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import * as $token from './func_token.ts'
33

44
const token = await $token.getToken()
55
if (!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

0 commit comments

Comments
 (0)