Skip to content

Commit 03499f6

Browse files
committed
ci: update
1 parent 623d6da commit 03499f6

File tree

610 files changed

+33542
-23796
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

610 files changed

+33542
-23796
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,7 @@
1-
## PR Checklist
2-
3-
Please check if your PR fulfills the following requirements:
4-
5-
- [ ] The commit message follows our guidelines: https://github.com/ngxs/store/blob/master/CONTRIBUTING.md#commit
6-
- [ ] Tests for the changes have been added (for bug fixes / features)
7-
- [ ] Docs have been added / updated (for bug fixes / features)
8-
9-
## PR Type
10-
11-
What kind of change does this PR introduce?
12-
13-
<!-- Please check the one that applies to this PR using "x". -->
14-
15-
```
16-
[ ] Bugfix
17-
[ ] Feature
18-
[ ] Code style update (formatting, local variables)
19-
[ ] Refactoring (no functional changes, no api changes)
20-
[ ] Build related changes
21-
[ ] CI related changes
22-
[ ] Documentation content changes
23-
[ ] Other... Please describe:
24-
```
25-
261
## What is the current behavior?
272

283
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
294

305
Issue Number: N/A
316

327
## What is the new behavior?
33-
34-
## Does this PR introduce a breaking change?
35-
36-
```
37-
[ ] Yes
38-
[ ] No
39-
```

.github/labels.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/autorebase.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,8 @@ jobs:
1515
- name: Setup Node.js and Cache
1616
uses: ./.github/actions/nodejs
1717

18-
- run: | # todo fix later
19-
npx nx build cdk
20-
npx nx build ngxs
21-
npx nx build jest
22-
2318
- name: Run build packages
24-
run:
25-
npx nx run-many --target=build --parallel=1 --all --exclude $(npx nx affected:apps --base=origin/master
26-
--plain)
19+
run: npx nx run-many --target=build --parallel=1
2720

2821
concurrency:
2922
group: build-${{ github.head_ref }}

.github/workflows/integrations.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/label-when-approved.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/labeler.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,7 @@ jobs:
1818
uses: ./.github/actions/nodejs
1919

2020
- name: Run format
21-
run: npm run format
22-
23-
- run: | # todo fix later
24-
npx nx build cdk
25-
npx nx build ngxs
26-
27-
- name: Run build artifacts dependent
28-
run: |
29-
npx nx build eslint-plugin-enterprise
21+
run: npm run prettier -- --write
3022

3123
- name: Run lint
3224
run: npm run lint

.github/workflows/test.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,8 @@ jobs:
1515
- name: Setup Node.js and Cache
1616
uses: ./.github/actions/nodejs
1717

18-
- name: Run build artifacts dependent
19-
run: | # todo fix later
20-
npx nx build cdk
21-
npx nx build ngxs
22-
npx nx build jest
23-
npx nx build eslint-plugin-enterprise
24-
2518
- name: Run unit tests
26-
run: npx nx run-many --target=test --all --parallel=1 --collect-coverage
27-
28-
- uses: codecov/codecov-action@v3
29-
with:
30-
directory: ./coverage/cdk/
31-
flags: summary,cdk
32-
name: cdk
33-
34-
- uses: codecov/codecov-action@v3
35-
with:
36-
directory: ./coverage/ngxs/
37-
flags: summary,ngxs
38-
name: ngxs
39-
40-
- uses: codecov/codecov-action@v3
41-
with:
42-
directory: ./coverage/jest/
43-
flags: summary,jest
44-
name: jest
19+
run: npm test
4520

4621
concurrency:
4722
group: test-${{ github.head_ref }}

apps/cdk-demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/>
2424
</head>
2525
<body>
26+
<!-- eslint-disable-next-line @angular-eslint/template/prefer-self-closing-tags -->
2627
<app-root></app-root>
2728
</body>
2829
</html>

0 commit comments

Comments
 (0)