Skip to content

cmd/image-builder: add mockable pkgSearcher and command tests #3

cmd/image-builder: add mockable pkgSearcher and command tests

cmd/image-builder: add mockable pkgSearcher and command tests #3

name: "Best Practices"

Check failure on line 1 in .github/workflows/pr_best_practices.image-builder.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr_best_practices.image-builder.yml

Invalid workflow file

(Line: 3, Col: 4): Unexpected value ''
on: # yamllint disable-line rule:truthy
# pull_request_target:
# branches: [main]
# types: [opened, synchronize, reopened, edited]
# issue_comment:
# types: [created]
jobs:
pr-best-practices:
runs-on: ubuntu-latest
steps:
- name: Check
uses: osbuild/pr-best-practices@main
with:
token: ${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}
jira_token: ${{ secrets.IMAGE_BUILDER_BOT_JIRA_API_TOKEN }}
jira_email: ${{ secrets.IMAGE_BUILDER_BOT_JIRA_EMAIL }}