Skip to content

Commit 3c9e5c7

Browse files
committed
Target lint at specific environments we need or want to support.
1 parent fa0b38a commit 3c9e5c7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python-sanity-check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
build:
17-
18-
runs-on: ubuntu-latest
19-
16+
lint-python2-rocky8ish:
17+
runs-on: ubuntu-22.04
2018
steps:
2119
- uses: actions/checkout@v4
2220
# NOTE: python-2 is no longer supported here - try with apt

0 commit comments

Comments
 (0)