caddy-log-exporter/.github/workflows/test.yml

16 lines
261 B
YAML
Raw Permalink Normal View History

2024-09-19 15:11:00 +02:00
name: "test"
2024-09-19 12:01:49 +02:00
on:
push:
2024-09-19 15:34:28 +02:00
branches:
- '*'
pull_request:
branches:
2024-09-19 15:26:20 +02:00
- '*'
2024-09-19 12:01:49 +02:00
jobs:
2024-09-19 15:24:23 +02:00
test:
2024-09-19 12:01:49 +02:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix develop . -c task ci