Skip to content

Commit 13810ff

Browse files
committed
Move the workflow step title.
1 parent d9ce71a commit 13810ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/show_specification_annotations.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- name: Generate Annotations
15+
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18+
cache: pip
1819
python-version: '3.x'
1920

20-
- name: Run Python script
21+
- name: Generate Annotations
2122
run: pip install uritemplate && bin/annotate-specification-links

0 commit comments

Comments
 (0)