Testing devshell in workflow
All checks were successful
/ print-content (push) Successful in 5s
Nix Python CI / test (push) Successful in 31s

This commit is contained in:
Bart Koolen 2026-04-18 21:00:14 +02:00
parent 78ca2ad53f
commit ce586180e1

View file

@ -0,0 +1,17 @@
name: Nix Python CI
on: [push]
jobs:
test:
runs-on: nix-runner
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: run pwd
run: pwd
- name: Run Python Script in DevShell
run: |
nix develop .#default --command python src/test.py