Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman committed Oct 8, 2024
1 parent 1aeabe2 commit b10c810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/codemention.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rules:
- patterns: ['**']
mentions: ['tobyhs']
mentions: ['wschurman']
3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import {ConfigurationReaderImpl} from './configuration-reader'
import {FilesChangedReaderImpl} from './files-changed-reader'
import Runner from './runner'

/**
* Test comment
*/
export async function run(): Promise<void> {
try {
const githubToken = core.getInput('githubToken')
Expand Down

0 comments on commit b10c810

Please sign in to comment.