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 checks
- Add GitHub Actions workflow for Bearer PR checks - Configure workflow to trigger on pull request events (opened, synchronize, reopened) - Set permissions for contents (read) and pull-requests (write) - Add job to run Bearer rule check on `ubuntu-latest` - Include steps to checkout repository, set up reviewdog, run Bearer report, and run reviewdog with GitHub API token Signed-off-by: appleboy <appleboy.tw@gmail.com>
- Loading branch information