Skip to content

Commit

Permalink
DNM: Call trusty through GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed May 23, 2024
1 parent 2fa7871 commit 53f8838
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Test

on:
pull_request:

jobs:
call-trusty:
runs-on: ubuntu-latest
steps:
- name: Call trusty
run: |
set -e
# curl with debug
curl -v -H "Authorization: bearer ${{ secrets.GITHUB_TOKEN }}" \
https://gh.trustypkg.dev/v1/report?package_name=uvicorn&package_type=pypi

0 comments on commit 53f8838

Please sign in to comment.