diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..d1c045b --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,14 @@ +--- +name: Test + +on: + pull_request: + +jobs: + call-trusty: + runs-on: ubuntu-latest + steps: + - name: Call trusty + run: | + curl -H "Authorization: bearer ${{ secrets.GITHUB_TOKEN }}" \ + https://gh.trustypkg.dev/v1/report?package_name=uvicorn&package_type=pypi \ No newline at end of file