gstein commented on code in PR #59:
URL: https://github.com/apache/steve/pull/59#discussion_r2488855371
##########
.github/workflows/linting.yml:
##########
@@ -2,35 +2,30 @@ name: Linting
on:
push:
+ branches: [ trunk ]
paths:
- 'v3/**/*.py'
- '**/linting.yml'
- 'pylintrc'
- 'v3/pyproject.toml'
-
pull_request:
-
+ branches: [ trunk ]
workflow_dispatch:
permissions:
contents: read
jobs:
test:
- runs-on: ubuntu-latest
- strategy:
- fail-fast: false
- max-parallel: 1
- matrix:
- python-version: [3.12]
+ runs-on: ubuntu-24.04
Review Comment:
seeing a failure in (say) 26.04 sounds like a Good Thing, and would let us
proactively fix things. ... now that said, I'm not sure that Ubuntu is a big
deal, as the Python version is the primary driver during linting rather than
the OS.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]