Skip to content

Commit 01bdcec

Browse files
WIP testing cachix on CI
Signed-off-by: Josh Bainbridge <josh.bainbridge@gmail.com>
1 parent d4a95d0 commit 01bdcec

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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:
@@ -36,6 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)