fix: build

This commit is contained in:
Kevin Franklin Kim 2025-09-02 07:48:54 +02:00
parent 3cda286322
commit f6bcfcccb6
No known key found for this signature in database
3 changed files with 8 additions and 0 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
squadron
dist

View File

@ -38,6 +38,9 @@ jobs:
env:
SHELL: "/bin/zsh"
- name: Run docker
run: make docker
- uses: coverallsapp/github-action@v2
with:
file: coverage.out

3
.gitignore vendored
View File

@ -16,6 +16,9 @@
## Editorconfig
!.editorconfig
## Docker
!.dockerignore
## Husky
!.husky/
!.husky.yaml