Skip to content

Commit

Permalink
Fix mixed tabs and spaces in yaml example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Mar 9, 2021
1 parent f4bb8fe commit 9ed0ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
name: Second Bench Job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- run: ./benchmark.sh
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9ed0ad5

Please sign in to comment.