github: update lint workflow
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
385b9a1b7a
commit
0db655b9d6
|
@ -4,9 +4,9 @@ name: test-code
|
|||
on: [push, pull_request]
|
||||
jobs:
|
||||
lint-python-code:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ricardochaves/python-lint@v1.4.0
|
||||
with:
|
||||
python-root-list: "moonraker scripts"
|
||||
|
|
Loading…
Reference in New Issue