File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11name : Code Check
2- on : [pull_request]
2+
3+ on :
4+ pull_request :
5+ workflow_dispatch :
6+
7+ env :
8+ CC : gcc
9+ CXX : g++
10+
311jobs :
412 ruff :
5- runs-on : raspberry
13+ runs-on : ubuntu-latest
614 steps :
715 - name : ⤵️ Check out code from GitHub
816 uses : actions/checkout@v4
917 - name : Install the latest version of uv
1018 uses : astral-sh/setup-uv@v5
1119 - name : 🔍 Lint with ruff
1220 run : uv run --all-extras ruff check src
21+
1322 mypy :
1423 runs-on : ubuntu-latest
1524 steps :
2534 pip install pyqt5==5.15.7 pyqt5-qt5==5.15.2
2635 mypy src
2736 pytest :
28- runs-on : raspberry
37+ runs-on : ubuntu-latest
2938 steps :
3039 - name : ⤵️ Check out code from GitHub
3140 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11name : Smoke Test the setup script on the runner
2+
23on :
34 push :
45 branches :
56 - master
67 workflow_dispatch :
8+
9+ env :
10+ CC : gcc
11+ CXX : g++
12+
713jobs :
814 install-CocktailBerry :
915 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments