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 eefa6e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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 eefa6e9

Please sign in to comment.