actions update

This commit is contained in:
Chris Cochrun 2024-11-28 03:07:18 -06:00
parent f7d2cc5b14
commit bfa6a2eb06

View file

@ -1,11 +1,15 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: native runs-on: docker
steps: steps:
- name: checkout
uses: actions/checkout@v3
- uses: https://git.madhouse-project.org/actions/nix/install@main - uses: https://git.madhouse-project.org/actions/nix/install@main
with: with:
install-url: "https://nixos.org/nix/install" install-url: "https://nixos.org/nix/install"
- name: Run something in a development environment - name: Run something in a development environment
uses: https://git.madhouse-project.org/actions/nix/develop@main uses: https://git.madhouse-project.org/actions/nix/develop@main
with: with: