Skip to content

feat: add windows icon embedding on executables and add testing for t… #22

feat: add windows icon embedding on executables and add testing for t…

feat: add windows icon embedding on executables and add testing for t… #22

Workflow file for this run

name: ruff check
on:
push:
pull_request:
jobs:
ruff_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- run: python -m venv .venv && source .venv/bin/activate
- run: python -m pip install --group dev
- name: Run ruff check
run: ruff check --output-format=github .