File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed
Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ schedule :
6+ interval : monthly
7+ groups :
8+ actions-infrastructure :
9+ patterns :
10+ - actions/*
11+ - package-ecosystem : uv
12+ directory : /
13+ schedule :
14+ interval : weekly
Original file line number Diff line number Diff line change 77jobs :
88 build :
99 runs-on : ubuntu-latest
10- strategy :
11- matrix :
12- python : ["3.11"]
1310 steps :
1411 - uses : actions/checkout@v4
15- - name : Set up Python ${{ matrix.python }}
12+ - name : Set up uv
1613 uses : astral-sh/setup-uv@v6
17- with :
18- python-version : ${{ matrix.python }}
19- - name : uv sync
14+ - name : Sync environment
15+ run : uv sync
2016 - name : Generate schemas
2117 run : uv run -m bsmschema specification/schema/
2218 - name : Build
You can’t perform that action at this time.
0 commit comments