Update .forgejo/workflows/build.yml
This commit is contained in:
parent
1fcbeb108c
commit
7a0c5262e2
1 changed files with 3 additions and 1 deletions
|
@ -12,12 +12,14 @@ jobs:
|
|||
steps:
|
||||
- uses: https://git.swee.codes/swee/setup-alpine@main
|
||||
with:
|
||||
additional: python3 libxml2-utils
|
||||
additional: python3 libxml2-utils ruff
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check syntax of Python file
|
||||
run: python3 -m py_compile sweecrypt-gtk.py
|
||||
- name: Check syntax of XML file
|
||||
run: xmllint --format sweecrypt-gtk.ui
|
||||
- name: Lint python files
|
||||
run: ruff check
|
||||
x11:
|
||||
name: Test the application
|
||||
runs-on: alpine
|
||||
|
|
Loading…
Add table
Reference in a new issue