parent
3fb26dbffe
commit
4799e233c2
2 changed files with 8 additions and 4 deletions
4
.github/workflows/pytest.yaml
vendored
4
.github/workflows/pytest.yaml
vendored
|
|
@ -12,8 +12,12 @@ jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update apt repositories
|
||||||
|
run: sudo apt update
|
||||||
- name: Install lint dependencies
|
- name: Install lint dependencies
|
||||||
run: sudo apt install -y yamllint aspell pre-commit
|
run: sudo apt install -y yamllint aspell pre-commit
|
||||||
|
- name: Install project dependencies
|
||||||
|
run: sudo apt install -y libgpgme-dev libbtrfs-dev
|
||||||
- name: "Clone Repository"
|
- name: "Clone Repository"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,10 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyspelling
|
- id: pyspelling
|
||||||
args: ["--config", ".spellcheck.yml"]
|
args: ["--config", ".spellcheck.yml"]
|
||||||
# - repo: https://github.com/golangci/golangci-lint
|
- repo: https://github.com/golangci/golangci-lint
|
||||||
# rev: v1.63.1
|
rev: v1.63.1
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: golangci-lint
|
- id: golangci-lint
|
||||||
- repo: https://github.com/hhatto/autopep8
|
- repo: https://github.com/hhatto/autopep8
|
||||||
rev: v2.3.0
|
rev: v2.3.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue