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:
|
env:
|
||||||
SHELL: "/bin/zsh"
|
SHELL: "/bin/zsh"
|
||||||
|
|
||||||
|
- name: Run docker
|
||||||
|
run: make docker
|
||||||
|
|
||||||
- uses: coverallsapp/github-action@v2
|
- uses: coverallsapp/github-action@v2
|
||||||
with:
|
with:
|
||||||
file: coverage.out
|
file: coverage.out
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -16,6 +16,9 @@
|
|||||||
## Editorconfig
|
## Editorconfig
|
||||||
!.editorconfig
|
!.editorconfig
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
!.dockerignore
|
||||||
|
|
||||||
## Husky
|
## Husky
|
||||||
!.husky/
|
!.husky/
|
||||||
!.husky.yaml
|
!.husky.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user