Skip to content

Commit

Permalink
style(ci): capitalise jobs and job step names
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jan 28, 2021
1 parent 6e01859 commit 1a1e2d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install --ignore-scripts
- name: Install macOS dependencies
- name: Install macOS Dependencies
if: matrix.os == 'macos-latest'
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
HOMEBREW_NO_AUTO_UPDATE: 1
run: brew install poppler
- name: Install Ubuntu dependencies
- name: Install Ubuntu Dependencies
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get -y install poppler-data poppler-utils
- name: Run Tests
Expand All @@ -76,7 +76,7 @@ jobs:
parallel-finished: true

automerge:
name: Automatically merge Dependabot pull requests
name: Automatically Merge Dependabot Pull Requests
if: github.event.pull_request.draft == false
needs: [lint, unit-tests]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1a1e2d4

Please sign in to comment.