Skip to content

Commit 8272e82

Browse files
committed
More standard linting and testing
1 parent 4c8264d commit 8272e82

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
path: ./tools/asciitable/
5757
- name: workflowresultparser
5858
path: ./tools/workflowresultparser/
59+
- name: parrotserver
60+
path: ./parrotserver/
5961
steps:
6062
- name: Check out Code
6163
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
path: ./tools/flakeguard/
2727
- name: workflowresultparser
2828
path: ./tools/workflowresultparser/
29+
- name: parrotserver
30+
path: ./parrotserver/
2931
runs-on: ubuntu-latest
3032
name: ${{ matrix.project.name }} unit tests
3133
steps:

0 commit comments

Comments
 (0)