chore(deps): bump dawidd6/action-send-mail from 994f270325d4f7257aff2… #151
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
| # SPDX-License-Identifier: MPL-2.0 | |
| # Rust CI — thin wrapper calling the shared estate reusable in | |
| # hyperpolymath/standards. Configure once, propagate everywhere. | |
| # See: docs/CI-REUSABLE-WORKFLOWS.adoc in standards. | |
| name: Rust CI | |
| on: | |
| push: | |
| branches: [main, master] | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| rust-ci: | |
| uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@412a7031577112b31ee287cc6060179d638d6500 |