Skip to content

Commit

Permalink
Add lint GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
wvreeven committed Jun 19, 2024
1 parent 04bacb5 commit 11db98a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: lint

on: [push, pull_request]

jobs:
call-workflow:
uses: lsst-ts/tssw_workflows/.github/workflows/lint.yaml@main
1 change: 1 addition & 0 deletions doc/news/DM-44918.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add lint GitHub workflow.

0 comments on commit 11db98a

Please sign in to comment.