Skip to content

Commit ede60cb

Browse files
Update python-app.yml
1 parent f098950 commit ede60cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-app.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- name: Set up Python 3.9.13
15-
uses: actions/setup-python@v4
16-
with:
17-
python-version: 3.9.13
14+
- name: Add annotation
15+
run: |
16+
echo "::error file=app.js,line=10,endLine=20,col=15,endColumn=30::Something went wrong"
17+
1818
1919
- name: Install dependencies
2020
run: |

0 commit comments

Comments
 (0)