Skip to content

Commit

Permalink
capitals
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Nov 21, 2019
1 parent 616be37 commit a4ce1a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-lint-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: get node modules
- name: Get node modules
run: npm ci
env:
CI: true
- name: lint examples
- name: Lint examples
run: npm run lint:samples
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: get node modules
- name: Get node modules
run: npm ci
env:
CI: true
- name: lint source code
- name: Lint source code
run: npm run lint:source
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: get node modules
- name: Get node modules
run: npm ci
env:
CI: true
Expand Down

0 comments on commit a4ce1a7

Please sign in to comment.