Skip to content

firstboot: move _upg and _rst tests to group them with upgrade and re… #1565

firstboot: move _upg and _rst tests to group them with upgrade and re…

firstboot: move _upg and _rst tests to group them with upgrade and re… #1565

Workflow file for this run

name: Check coding style
on: [push]
jobs:
pycodestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pycodestyle
- name: pycodestyle
run: |
pycodestyle
pydocstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pydocstyle
- name: pydocstyle
run: |
pydocstyle