github: update lint workflow

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-02-07 11:29:37 -05:00
parent 385b9a1b7a
commit 0db655b9d6
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ name: test-code
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
lint-python-code: lint-python-code:
runs-on: ubuntu-18.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v3
- uses: ricardochaves/python-lint@v1.4.0 - uses: ricardochaves/python-lint@v1.4.0
with: with:
python-root-list: "moonraker scripts" python-root-list: "moonraker scripts"