Skip to content

Commit a1afddb

Browse files
Merge pull request #251 from cloudinary/removed-unnecessary-setup-in-pull-request-action
chore: renamed action file and removed one step
2 parents 1106c86 + 0f6c2e7 commit a1afddb

File tree

11 files changed

+71
-147
lines changed

11 files changed

+71
-147
lines changed

.github/pull_request_template.md

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

.github/workflows/pr-validate.yml renamed to .github/workflows/pull-request.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
- name: Installing dependencies
3030
run: npm ci
3131

32-
# necessary due to the package.json/main setup
33-
- name: Running build
34-
run: npm run build
35-
3632
- name: Running tests
3733
run: npm run test
3834

packages/angular/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

0 commit comments

Comments
 (0)