Skip to content

Commit

Permalink
Merge pull request #5 from lookupdaily/add-lint-workflow
Browse files Browse the repository at this point in the history
Add lint workflow
  • Loading branch information
lookupdaily authored Aug 10, 2024
2 parents eb9fadb + 028c78e commit 52aa4d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Lint

on:
pull_request:
branches: ["main"]

jobs:
lint-and-format-checks:
uses: lookupdaily/actions/.github/workflows/lint.yml@main

0 comments on commit 52aa4d6

Please sign in to comment.