From 2254ad94ba636326bc69d12ca696f10c84d96253 Mon Sep 17 00:00:00 2001 From: Matthew Salazar Date: Fri, 3 Apr 2020 15:45:54 -0400 Subject: [PATCH] Fixed bash misspelling; updated CHANGELOG --- .github/workflows/main.yml | 4 ++-- CHANGELOG.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50118b6..83bf170 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build_test: - name: Build & Test API + name: Build & Test runs-on: ubuntu-latest steps: - name: Checkout @@ -14,4 +14,4 @@ jobs: run: make - name: Update Coverage - run: back <(curl -s https://codecov.io/bash) \ No newline at end of file + run: bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ac682..75844c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Changed +- Replaced CircleCI with GitHub Actions + ## [1.3.0] / 2019.06.23 ### Added - Caching via [go-cache](https://github.com/patrickmn/go-cache) @@ -11,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.2.1] / 2019.06.23 ### Changed -- Added additional unit tests for Search. +- Added additional unit tests for Search ## [1.2.0] / 2019.06.22 ### Added