diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-16 14:13:14 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-16 14:13:14 +0200 |
commit | 70a148dd86be9c8ccc56e1fce232262475aa3158 (patch) | |
tree | 51214ab651215ef94a8554039cc953042b043cf6 /.github | |
parent | bf4a2b8b0a04f0cb682db84a835fe7c57d8526bc (diff) | |
download | warden-70a148dd86be9c8ccc56e1fce232262475aa3158.tar.bz2 warden-70a148dd86be9c8ccc56e1fce232262475aa3158.zip |
feat(aggregator): write evaluation
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/check.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index bfc782b..97ed4b7 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -21,6 +21,7 @@ jobs: - configuration - router - rule-executor + - aggregator name: dockerfile / ${{ matrix.crate }} steps: - uses: actions/checkout@v4 |