chore: cleanup
- rst heading definitions - indirect hyperlinks and code-blocks added for better readability - MarkDown warnings resolved - Yaml style issues fixed
This commit is contained in:
3
.github/workflows/lint-imports.yml
vendored
3
.github/workflows/lint-imports.yml
vendored
@@ -7,7 +7,6 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
lint-imports:
|
||||
name: Lint Python Imports
|
||||
runs-on: ubuntu-20.04
|
||||
@@ -19,7 +18,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install system requirements
|
||||
run: sudo apt update && sudo apt install -y libxmlsec1-dev
|
||||
|
||||
Reference in New Issue
Block a user