Skip to content

Commit b6542a6

Browse files
committed
fix terratest
1 parent a2913c2 commit b6542a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/readme.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: 'Checkout'
1313
uses: actions/checkout@v2.3.4
1414

15-
- name: Set up Python 3.7.
15+
- name: "Set up Python 3.7"
1616
uses: actions/setup-python@v2
1717
with:
1818
python-version: '3.x'
@@ -26,11 +26,11 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
2727

2828

29-
- name: pre-commit check errors
29+
- name: "pre-commit check errors"
3030
uses: pre-commit/action@v2.0.0
3131
continue-on-error: true
3232

33-
- name: pre-commit fix erros
33+
- name: "pre-commit fix errors"
3434
uses: pre-commit/action@v2.0.0
3535
continue-on-error: true
3636

0 commit comments

Comments
 (0)