Skip to content

Commit 836fbab

Browse files
committed
ci: remove bindings from skipped folders
1 parent 72b5ec6 commit 836fbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
check_filenames: true
8080
path: ${{ steps.get_changed_files.outputs.files }}
81-
skip: "*.json,./node_modules,./dist,./.husky,./.git,./src/mina/**/*,./src/bindings/**/*"
81+
skip: "*.json,./node_modules,./dist,./.husky,./.git,./src/mina/**/*"
8282
check_hidden: false
8383
ignore_words_list: "tHi,modul,optin,deriver,PRing,toWords,iSelf"
8484

0 commit comments

Comments
 (0)