mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00
workflows: fix script and package lints with ruamel.yaml
Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
This commit is contained in:
parent
f70e318ad8
commit
52b860c517
2 changed files with 5 additions and 2 deletions
5
.github/workflows/package_lint.yml
vendored
5
.github/workflows/package_lint.yml
vendored
|
@ -15,4 +15,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: common/CI/package_checks.py --base=origin/${{ github.event.pull_request.base.ref }}
|
||||
- run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3-ruamel.yaml
|
||||
common/CI/package_checks.py --base=origin/${{ github.event.pull_request.base.ref }}
|
||||
|
|
2
.github/workflows/script_lint.yml
vendored
2
.github/workflows/script_lint.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
with:
|
||||
path: common/CI common/Hooks common/Scripts/worklog.py
|
||||
python_version: "3.10"
|
||||
requirements: types-PyYAML
|
||||
requirements: ruamel.yaml types-PyYAML
|
||||
ShellCheck:
|
||||
name: ShellCheck
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue