Skip to content

Commit

Permalink
馃懛 Remove artifact archive + add CI build badge
Browse files Browse the repository at this point in the history
Removes artifact archive (for now). Adds CI build badge to README.
  • Loading branch information
connorjs committed Sep 9, 2023
1 parent b56d0f7 commit f07a49d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

[TypeSpec][typespec] representation of [SWAPI: The Star Wars API][swapi].

<!-- Badges: Use link shorthand for readability and easier reordering -->

[![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

<!-- End badges -->

## Notes

- Using `@resource` adds _all_ REST operations. Thus, the spec files explicitly
Expand Down

0 comments on commit f07a49d

Please sign in to comment.