Skip to content

Commit 47021a8

Browse files
committed
Add string-table check in github actions
1 parent 67747cc commit 47021a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,10 @@ jobs:
165165
BASE_BRANCH: ${{ github.base_ref }}
166166
MERGE_BRANCH: ${{ github.ref }}
167167
run: ./.github/workflows/pull-request-check-cpplint.sh
168+
169+
check-string-table:
170+
runs-on: ubuntu-20.04
171+
steps:
172+
- uses: actions/checkout@v2
173+
- name: Check for unused irep ids
174+
run: ./scripts/string_table_check.sh

0 commit comments

Comments
 (0)