Skip to content

Commit

Permalink
Use Tabs not Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Dec 7, 2020
1 parent 551b012 commit b685878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
python-version: ['3.8' ]
os: ['ubuntu-latest']
name: Linting Python OS ${{ matrix.os }} - ${{ matrix.python-version }}
name: Linting OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
pika-version: '0.13.1'
- python-version: '3.4'
pika-version: '0.13.1'
name: PyTests Python OS ${{ matrix.os }} - ${{ matrix.python-version }} - PIKA ${{ matrix.pika-version }}
name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }} - PIKA ${{ matrix.pika-version }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit b685878

Please sign in to comment.