chore(deps): bump dawidd6/action-send-mail from 8de3c312702ac7a63fc40… #134
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@8dc2bf039d1ff0372d650895c46bea7fbaec68ff |