Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:kentlouisetonino/tempscale into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
kentlouisetonino committed Mar 26, 2024
2 parents 0b8eb42 + d2f3b56 commit d13bf52
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: tempscale (develop)
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.1'
- name: Build
run: go build -v ./...
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### Description
#
> - A CLI tool for converting temperature scale.
<br />
Expand All @@ -7,6 +8,7 @@


### Local Development
#
> - Note the root `main.go` is a symbolic link.
> - Run the following commands.
Expand Down

0 comments on commit d13bf52

Please sign in to comment.