Initial repo setup (#1) #1
This file contains 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
--- | ||
name: Enforce Open Source Community Standards | ||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
jobs: | ||
enforce-community-standards: | ||
uses: tektronix/python-package-ci-cd/workflows/enforce-community-standards.yml@main | ||
Check failure on line 10 in .github/workflows/enforce-community-standards.yml GitHub Actions / .github/workflows/enforce-community-standards.ymlInvalid workflow file
|