mirror of
https://github.com/fhmq/hmq.git
synced 2026-08-30 22:34:52 +00:00
Separates CI pipelines (#166)
* refactor: ♻️ fixes typo * ci: 💚 separates continuous integration pipelines Signed-off-by: Lucas Vieira <lucas.engen.cc@gmail.com> * docs: 📚 adds CI badges
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: MacOS build
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.18
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
Reference in New Issue
Block a user