Check git-webhooks container build
Some checks failed
check / check (push) Failing after 7s

This commit is contained in:
matamune 2026-05-12 21:07:00 +00:00
parent 0ba9b9f95c
commit 205c7196c2
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324

View file

@ -18,3 +18,5 @@ jobs:
run: bun run check:types
- name: Test
run: bun test
- name: Build container
run: docker build -t git-webhooks:ci .