Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Merge branch 'git-developer-fix-appimage' into python3 #44

Merge branch 'git-developer-fix-appimage' into python3

Merge branch 'git-developer-fix-appimage' into python3 #44

Workflow file for this run

name: SCC Linux CI
on:
push:
branches:
- main
- master
- python3
pull_request:
branches:
- main
- master
- python3
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
# Install dependencies
- run: pip install pytest vdf
# Build
- run: python setup.py build
# Test
- run: python -m pytest tests