Skip to content

Commit 35fe229

Browse files
committed
Add explorer lint checks in CI
1 parent 8538d8b commit 35fe229

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,15 @@ jobs:
102102

103103
- name: Test explorer
104104
working-directory: mithril-explorer
105-
run: |
106-
make test
105+
run: make test
106+
107+
- name: Check explorer
108+
working-directory: mithril-explorer
109+
run: make lint
107110

108111
- name: Build Explorer
109112
working-directory: mithril-explorer
110-
run: |
111-
make build
113+
run: make build
112114

113115
- name: Publish Explorer build
114116
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)