ci: re-pin hypatia-scan reusable to standards HEAD d7c2271 (hypatia#464) #14
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 | ||
| # RSR Anti-Pattern Check - Uses reusable workflow from standards | ||
| name: RSR Anti-Pattern Check | ||
| on: | ||
| push: | ||
| branches: [main, master, develop] | ||
| pull_request: | ||
| branches: [main, master, develop] | ||
| jobs: | ||
| antipattern-check: | ||
| uses: hyperpolymath/standards/.github/workflows/rsr-antipattern-reusable.yml@main | ||
| timeout-minutes: 10 | ||