sweeCrypt-GTK/.forgejo/workflows/build.yml

22 lines
471 B
YAML
Raw Normal View History

name: Sanity check
on:
push:
workflow_dispatch:
jobs:
build:
name: Test Python file
2024-12-18 15:44:54 -08:00
runs-on: debian-latest
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
2024-12-18 15:44:30 -08:00
- uses: actions/upload-artifact@v3
2024-10-12 22:58:09 -07:00
with:
path: sweecrypt-gtk.deb