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 ce87536 commit b23c712Copy full SHA for b23c712
.github/workflows/lint.yaml
@@ -1,4 +1,4 @@
1
-name: GH Actions CI
+name: GH Actions Lints
2
on:
3
push:
4
branches:
@@ -18,7 +18,7 @@ defaults:
18
shell: bash -l {0}
19
20
jobs:
21
- tests:
+ lints:
22
if: "github.repository == 'openforcefield/openff-pablo'"
23
runs-on: ${{ matrix.os }}
24
strategy:
.github/workflows/tests.yaml
+name: GH Actions Tests
@@ -23,7 +23,7 @@ defaults:
25
26
- lints:
+ tests:
27
28
29
0 commit comments