Skip to content

Commit 4700f45

Browse files
committed
Better GitHub Actions task name.
1 parent b1637a8 commit 4700f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-python@v4
2525
with:
2626
python-version: 3.8
27-
- name: Install python dependencies
27+
- name: Install yamllint
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install yamllint

0 commit comments

Comments
 (0)