Skip to content

Added go releaser

Added go releaser #2

Workflow file for this run

name: Reverse Words app build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
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
- name: Run Build
working-directory: ./
run: make build