Skip to content

Commit

Permalink
fix yaml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed May 25, 2020
1 parent 28b166b commit 394cd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
container: ${{ matrix.image }}
steps:
- name: Install dependencies if needed
run: ${{ matrix.depscmd }}
run: ${{ matrix.depscmd }}
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
Expand Down

0 comments on commit 394cd04

Please sign in to comment.