Skip to content

Commit

Permalink
Ci/add provenance (#12)
Browse files Browse the repository at this point in the history
* chore: bump libs

* chore: bump version

* ci: add provenance

* chore: update readme

* chore: prettier
  • Loading branch information
jkoenig134 authored Nov 17, 2023
1 parent 0748b55 commit 81a910a
Show file tree
Hide file tree
Showing 6 changed files with 1,910 additions and 1,491 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

publish-npm:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# typescript-utils

[![GitHub Actions CI](https://github.com/js-soft/ts-utils/workflows/Publish/badge.svg)](https://github.com/js-soft/ts-utils/actions?query=workflow%3APublish)
[![npm version](https://badge.fury.io/js/@js-soft%2fts-utils.svg)](https://www.npmjs.com/package/@js-soft/ts-utils)

TypeScript utilities for j&s-soft projects.
Loading

0 comments on commit 81a910a

Please sign in to comment.