Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Sep 30, 2024
1 parent f6a94d1 commit 6c92a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/table-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "presentations/**"

jobs:
build:
lint:
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 3 additions & 0 deletions scripts/lint.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package main

import (
"fmt"
"os"
"slices"
"strings"
Expand Down Expand Up @@ -42,4 +43,6 @@ func main() {
panic("could not find latest item in README table - did you run `make build`?")
}
}

fmt.Println("All good!")
}

0 comments on commit 6c92a7d

Please sign in to comment.