diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 38b9d774..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,13 +0,0 @@ -### Pull request for cloudinary/frontend-frameworks - -#### For which package is this PR? -... A few words - -#### What does this PR solve? -... A few words - - -#### Final checklist -- [ ] Implementation is aligned to Spec. -- [ ] Tests - Add proper tests to the added code. -- [ ] Relates to a github issue (link to issue). diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pull-request.yml similarity index 88% rename from .github/workflows/pr-validate.yml rename to .github/workflows/pull-request.yml index 4cccea1e..9a3a0263 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pull-request.yml @@ -29,10 +29,6 @@ jobs: - name: Installing dependencies run: npm ci - # necessary due to the package.json/main setup - - name: Running build - run: npm run build - - name: Running tests run: npm run test