Skip to content

chore(ci): add dormant push-email notification workflow (#3) #8

chore(ci): add dormant push-email notification workflow (#3)

chore(ci): add dormant push-email notification workflow (#3) #8

# SPDX-License-Identifier: MPL-2.0

Check failure on line 1 in .github/workflows/rsr-antipattern.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rsr-antipattern.yml

Invalid workflow file

(Line: 13, Col: 5): Unexpected value 'timeout-minutes'
# 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