RFC-14: MCS: Adding budget limit thresholds to endpoints for SC Donation #29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 2025, Proofcraft Pty Ltd | |
| # | |
| # SPDX-License-Identifier: BSD-2-Clause | |
| # Actions to run on pull requests | |
| name: PR | |
| on: [pull_request, workflow_dispatch] | |
| jobs: | |
| pr-checks: | |
| name: Checks | |
| uses: seL4/ci-actions/.github/workflows/pr.yml@master |