Skip to content

Merge branch 'main' of https://github.com/rpsoftech/whatsapp-http-api-2 #20

Merge branch 'main' of https://github.com/rpsoftech/whatsapp-http-api-2

Merge branch 'main' of https://github.com/rpsoftech/whatsapp-http-api-2 #20

Workflow file for this run

name: Go package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.1'
- name: Build
run: go build -v ./...
- name: Build Jwelly
run: go build -v ./jwelly/main.go