Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add GitHub Actions workflow for Bearer PR check
- Add a GitHub Actions workflow for Bearer PR Check - Configure the workflow to trigger on pull request events [opened, synchronize, reopened] - Set permissions for contents (read) and pull-requests (write) - Add a job to run on `ubuntu-latest` with steps to checkout repository, setup reviewdog, run Bearer report, and execute reviewdog with the report output Signed-off-by: appleboy <[email protected]>
- Loading branch information