Skip to content

Commit f2d5c38

Browse files
committed
Release requires lint and prettier to pass #11936
1 parent 5bf5902 commit f2d5c38

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You are an expert in TypeScript, Angular, and scalable web application developme
1414
- Implement lazy loading for feature routes
1515
- Do NOT use the `@HostBinding` and `@HostListener` decorators. Put host bindings inside the `host` object of the `@Component` or `@Directive` decorator instead
1616
- Use `NgOptimizedImage` for all static images.
17-
- `NgOptimizedImage` does not work for inline base64 images.
17+
- `NgOptimizedImage` does not work for inline base64 images.
1818

1919
## Accessibility Requirements
2020

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959
id-token: write
6060
packages: write
6161
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
62-
needs:
63-
- build
64-
- test
62+
needs: [build, test, lint, prettier]
6563
steps:
6664
- uses: actions/checkout@v4
6765
with:

0 commit comments

Comments
 (0)