mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Build examples and tutorial in build workflow
This commit is contained in:
committed by
Christian Rocha
parent
892bebd617
commit
1545c07a0d
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -24,3 +24,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
|
- name: Build examples
|
||||||
|
run: go build -v ./...
|
||||||
|
working-directory: ./examples
|
||||||
|
|
||||||
|
- name: Build tutorials
|
||||||
|
run: go build -v ./...
|
||||||
|
working-directory: ./tutorials
|
||||||
|
|||||||
Reference in New Issue
Block a user