mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 17:15:37 +00:00
Update workflows
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: "RC Build"
|
name: "Build Snapshot"
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
3
.github/workflows/codestyle.yml
vendored
3
.github/workflows/codestyle.yml
vendored
@@ -12,6 +12,9 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
|
||||||
|
- name: deps
|
||||||
|
run: make grpc
|
||||||
|
|
||||||
- name: daemon
|
- name: daemon
|
||||||
run: make daemon-codestyle
|
run: make daemon-codestyle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user