File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,18 @@ jobs:
1212 runs-on : ubuntu-24.04
1313 steps :
1414 - uses : actions/checkout@v4
15- - uses : actions/setup-python@v6
16- with :
17- python-version : ' 3.13 '
18- - run : pip install ruff==0.14.1
19- - run : pip install ty==0.0.1a23
20- - run : scripts/check-format.sh
15+ - uses : cachix/install-nix-action@v25
16+ # - uses: cachix/cachix-action@v14
17+ # with:
18+ # name: openqmc
19+ # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
20+ - run : nix develop -c scripts/check-format.sh
2121
2222 check-static-analyzer :
2323 name : Check static analysis
2424 runs-on : ubuntu-24.04
2525 steps :
26+ - run : false
2627 - uses : actions/checkout@v4
2728 - uses : actions/setup-python@v6
2829 with :
3637 name : Check documentation
3738 runs-on : ubuntu-24.04
3839 steps :
40+ - run : false
3941 - uses : actions/checkout@v4
4042 - run : curl -L -O https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/v2.4.0/doxygen-awesome.css
4143 - run : curl -L -O https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/v2.4.0/doxygen-awesome-sidebar-only.css
You can’t perform that action at this time.
0 commit comments