Skip to content

Commit

Permalink
Add ruff to lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 26, 2023
1 parent 432c411 commit 0863916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ on:
jobs:
call-workflow:
uses: lsst/rubin_workflows/.github/workflows/lint.yaml@main
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1

0 comments on commit 0863916

Please sign in to comment.