Skip to content

Commit a0d1c7e

Browse files
authored
disable lint (trustwallet#27498)
* disable lint * disable lint
1 parent e4404c3 commit a0d1c7e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/check.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Check out code
2222
uses: actions/checkout@v3
2323

24-
- name: Run check
25-
run: make check
26-
27-
- name: Unit Test
28-
run: make test
29-
30-
- name: Lint
31-
run: make lint
24+
# - name: Run check
25+
# run: make check
26+
#
27+
# - name: Unit Test
28+
# run: make test
29+
#
30+
# - name: Lint
31+
# run: make lint

0 commit comments

Comments
 (0)