From f07a49d47888f0f8af07eb371a503a1d1c77945d Mon Sep 17 00:00:00 2001 From: Connor Sullivan Date: Sat, 9 Sep 2023 09:55:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Remove=20artifact=20archive=20+?= =?UTF-8?q?=20add=20CI=20build=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes artifact archive (for now). Adds CI build badge to README. --- .github/workflows/ci-build.yml | 6 ------ README.md | 9 +++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index a7fe7cd..28adcdf 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -25,9 +25,3 @@ jobs: - name: Run release build targets run: npm run release - - - name: Archive artifacts - uses: actions/upload-artifact@v3 - with: - name: dist - path: dist diff --git a/README.md b/README.md index 1a19845..462654f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ [TypeSpec][typespec] representation of [SWAPI: The Star Wars API][swapi]. + + +[![CI Build][ci-build-badge]][ci-build] + +[ci-build]: https://github.com/connorjs/swapi-typespec/actions/workflows/ci-build.yml +[ci-build-badge]: https://github.com/connorjs/swapi-typespec/actions/workflows/ci-build.yml/badge.svg + + + ## Notes - Using `@resource` adds _all_ REST operations. Thus, the spec files explicitly