Skip to content

Commit

Permalink
adding ruff check and format to blame ignore, add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rerpha committed Aug 6, 2024
1 parent a93f69e commit 34c990b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
8716825e61378458f28215db9619adbee179029a
a93f69e238dd0208f1b1ce187fc8d7aa01446645
7 changes: 7 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Linter
on: [pull_request]
jobs:
call-workflow:
uses: ISISComputingGroup/reusable-workflows/.github/workflows/linters.yml@main
with:
compare-branch: origin/main

0 comments on commit 34c990b

Please sign in to comment.