Skip to content

Commit fe677a4

Browse files
committed
update linter
1 parent d50d8b2 commit fe677a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
pull_request: {}
55

66
jobs:
7-
core-lint:
7+
shared-lint:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Run Core no-OO linter
11+
- name: Run no-OO linter
1212
run: |
13-
bash tools/check_no_oo.sh Core
13+
bash tools/check_no_oo.sh shared

0 commit comments

Comments
 (0)