Skip to content

Delete LICENSE

Delete LICENSE #14

Workflow file for this run

name: Build after push
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16' # Set your preferred Go version
- name: Build the solution
run: go build -o currency-loader