readme updates (#12)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-02-28 18:11:21 -08:00
committed by GitHub
parent 9591ce3cf4
commit ee7eb81981
4 changed files with 100 additions and 182 deletions
+1 -4
View File
@@ -5,8 +5,5 @@
"noEmit": true
},
"include": ["../../__tests__/**/*", "../../src/**/*"],
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"],
"references": [
{ "path": "./packages/attest" }
]
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
}
+1 -2
View File
@@ -49,9 +49,8 @@ jobs:
name: Test attest-provenance action
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
packages: write
steps:
- name: Checkout