feat: creates a component for security-advisory-ecosystems, adds deprecated attribute to workflow-run-requested.hub_url, BREAKING CHANGES: [renames operation repository-rule-params-thresholds to repository-rule-params-code-scanning-threshold, renames repository-rule-params-thresholds[code_scanning_alert_threshold, code_scanning_security_alert_threshold] to repository-rule-params-code-scanning-threshold[alerts,security_alerts]], adds property repository-rule-params-code-scanning-threshold[tool], adds object secret-scanning-location-wiki-commit #428
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: Prettier | |
"on": | |
push: | |
branches: | |
- main | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
jobs: | |
prettier: | |
name: Do the files need to be linted? | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 18 | |
cache: npm | |
- run: npm ci | |
- run: npm run lint |