Skip to content

Merge branch 'main' into do_not_update_file_with_empty_data #447

Merge branch 'main' into do_not_update_file_with_empty_data

Merge branch 'main' into do_not_update_file_with_empty_data #447

Workflow file for this run

name: 🔨 Build Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: go build ./...
working-directory: .
- name: Test
run: go test ./...
- name: Run Example
run: go run .
working-directory: examples/