disable lint (#27498)

* disable lint

* disable lint
This commit is contained in:
Denis
2024-02-26 20:44:17 +04:00
committed by GitHub
parent c5d122d1a5
commit 81459401c0
+8 -8
View File
@@ -21,11 +21,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Run check
run: make check
- name: Unit Test
run: make test
- name: Lint
run: make lint
# - name: Run check
# run: make check
#
# - name: Unit Test
# run: make test
#
# - name: Lint
# run: make lint