Skip to content

Commit 96f7683

Browse files
committed
Final correction2 - file names beautufied
1 parent 5f050a0 commit 96f7683

File tree

4 files changed

+3
-111
lines changed

4 files changed

+3
-111
lines changed

.github/workflows/annotate_specification.yml renamed to .github/workflows/annotation_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: JSON Tests Workflow
1+
name: Specifications Annotation Workflow
22

33
on:
44
pull_request:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
run_tests:
10-
name: Run JSON Schema Tests
10+
name: logging annotations
1111
runs-on: ubuntu-latest
1212

1313
steps:
@@ -23,7 +23,7 @@ jobs:
2323
run: pip install PyGithub
2424

2525
- name: Run Python script
26-
run: python bin/json_tests_workflow.py
26+
run: python bin/annotation_workflow.py
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
GITHUB_REF: ${{ github.ref }}

.github/workflows/json_tests_workflow.py

Lines changed: 0 additions & 49 deletions
This file was deleted.
File renamed without changes.

json_tests_workflow.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)