feat: Test Action

This commit is contained in:
Tibo De Peuter 2026-02-06 14:15:19 +01:00
parent 5582384f01
commit 16b72ed6e0
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

16
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v5
- uses: https://github.com/cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "My custom step"
run: nix run nixpkgs#hello