sweeCrypt-GTK/.forgejo/workflows/build.yml
swee 49596e4626
Some checks failed
Sanity check / Test Python file (push) Has been cancelled
Update .forgejo/workflows/build.yml
2024-12-18 15:44:30 -08:00

22 lines
No EOL
463 B
YAML

name: Sanity check
on:
push:
workflow_dispatch:
jobs:
build:
name: Test Python file
runs-on: amd64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Generate DEB
run: |
python generate-deb.py
- uses: actions/upload-artifact@v3
with:
path: sweecrypt-gtk.deb