sweeCrypt-GTK/.forgejo/workflows/sanity-check.yml
swee c7533e8637
Some checks failed
Sanity check / Test Python file (push) Failing after 31s
Update .forgejo/workflows/sanity-check.yml
2024-10-12 22:56:44 -07:00

21 lines
No EOL
449 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: forgejo/upload-artifact@v4
path: sweecrypt-gtk.deb