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

Added HAS_RSTICK flag for Steam Deck module #40

Added HAS_RSTICK flag for Steam Deck module

Added HAS_RSTICK flag for Steam Deck module #40

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