Skip to content

Update pr.yml

Update pr.yml #10

Workflow file for this run

---
name: pr
on:
pull_request:
jobs:
golint:
uses: hostwithquantum/github-workflows/.github/workflows/golint.yml@main

Check failure on line 9 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr.yml" -> "hostwithquantum/github-workflows/.github/workflows/golint.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
DOWNLOAD_PACKAGE_TOKEN: ${{ secrets.DOWNLOAD_PACKAGE_TOKEN }}
gotest:
uses: hostwithquantum/github-workflows/.github/workflows/gotest.yml@main
secrets:
DOWNLOAD_PACKAGE_TOKEN: ${{ secrets.DOWNLOAD_PACKAGE_TOKEN }}