Skip to content

Commit

Permalink
chore: replace ci-test-no-changes script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Oct 5, 2020
1 parent 3432041 commit ea04df6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
useLockFile: false

- name: Code Formatting
run: |
npm run format
bash scripts/ci-test-no-changes.sh 'you probably committed unformatted code'
run: npm run format

- name: Check No Changes
run: git diff --exit-code --raw -p --stat

- name: Compile Angular
run: npm run ng -- build --aot
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ jobs:
- name: Check Documentation Overview
run: node docs/check-documentation-overview

- name: Check Newline After Every Sentence
run: node docs/check-sentence-newline
- name: Run Formatting
run: npm run format

- name: Check Formatting
run: |
npx prettier --write docs/**/*.* **/*.md
bash ./scripts/ci-test-no-changes.sh 'you probably committed unformatted documentation'
- name: Check No Changes
run: git diff --exit-code --raw -p --stat

- name: Check Dead Links For All Files
if: github.ref == 'refs/heads/develop'
Expand Down
6 changes: 0 additions & 6 deletions scripts/ci-test-no-changes.sh

This file was deleted.

0 comments on commit ea04df6

Please sign in to comment.