Skip to content

Commit

Permalink
Add lintje to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 19, 2024
1 parent e37b9ba commit 59ec104
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
branches: [ "actions" ]

jobs:
lint_git:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: lintje/[email protected]

lint_format:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 59ec104

Please sign in to comment.