mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
fix: build
This commit is contained in:
parent
3cda286322
commit
f6bcfcccb6
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@ -0,0 +1,2 @@
|
||||
squadron
|
||||
dist
|
||||
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@ -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
3
.gitignore
vendored
@ -16,6 +16,9 @@
|
||||
## Editorconfig
|
||||
!.editorconfig
|
||||
|
||||
## Docker
|
||||
!.dockerignore
|
||||
|
||||
## Husky
|
||||
!.husky/
|
||||
!.husky.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user