File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [master]
6+ pull_request :
7+ branches : [master]
8+
9+ jobs :
10+ test :
11+ runs-on : ubuntu-latest
12+ strategy :
13+ matrix :
14+ python-version : ["3.9", "3.11", "3.13"]
15+
16+ steps :
17+ - uses : actions/checkout@v4
18+
19+ - name : Install uv
20+ uses : astral-sh/setup-uv@v5
21+ with :
22+ python-version : ${{ matrix.python-version }}
23+
24+ - name : Run tests
25+ run : uv run --with pytest pytest
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# mozconfigwrapper
22[ ![ PyPI version] ( https://badge.fury.io/py/mozconfigwrapper.svg )] ( https://badge.fury.io/py/mozconfigwrapper )
3+ [ ![ CI] ( https://github.com/ahal/mozconfigwrapper/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ahal/mozconfigwrapper/actions/workflows/ci.yml )
34
45Mozconfigwrapper is a Python + shell tool to manager your [ mozconfigs] ( https://firefox-source-docs.mozilla.org/setup/configuring_build_options.html ) .
56Mozconfigwrapper hides all your mozconfigs away in a configurable directory (defaults to ~ /.mozconfigs)
You can’t perform that action at this time.
0 commit comments