We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ca07e commit 2242a1aCopy full SHA for 2242a1a
.github/workflows/Linter.yml
@@ -0,0 +1,7 @@
1
+name: Linter
2
+on: [pull_request]
3
+jobs:
4
+ call-workflow:
5
+ uses: ISISComputingGroup/reusable-workflows/.github/workflows/linters.yml@main
6
+ with:
7
+ compare-branch: origin/master
0 commit comments