Skip to content

Commit

Permalink
feat: trigger ci on go.mod && go.sum change
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Nov 4, 2024
1 parent 8826d8c commit 02b637c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
paths:
- '**/*.go'
- go.mod
- go.sum
- .github/workflows/ci.yml

concurrency:
Expand Down
7 changes: 7 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
- [ X ] Determine package name to be generated
- [ ] Determine language to be used in lexer
```go
lexer := lexers.Match("foo.go")
if lexer == nil {
lexer = lexers.Fallback
}
chroma.Coalesce(lexer)
```
- [ ] Drill down style
- [ ] Flag for with version
- [ ] Flag for with timestamp
Expand Down

0 comments on commit 02b637c

Please sign in to comment.