We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bluehawk check
The goal here is to ensure that Bluehawked files use valid tags via CI/CD in a reusable way.
The action should accept the path for a file or directory and run bluehawk check on it.
If the command exits without reporting an error, then the action succeeds.
Otherwise, the action fails and reports the errors in the GHA stdout.
name: All Bluehawk Examples Use Valid Tags on: pull_request: paths: - "examples/**" jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: mongodb-university/bluehawk/github-actions/check@main with: path: "examples/**"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The goal here is to ensure that Bluehawked files use valid tags via CI/CD in a reusable way.
The action should accept the path for a file or directory and run
bluehawk check
on it.If the command exits without reporting an error, then the action succeeds.
Otherwise, the action fails and reports the errors in the GHA stdout.
The text was updated successfully, but these errors were encountered: