feat: 修复带有参数的函数会报错的问题 #52
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: LeakChecker | |
on: [push, pull_request_target] | |
jobs: | |
hello_world_job: | |
runs-on: ubuntu-latest | |
name: Scan Keywords | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Scan Keywords | |
uses: PPG007/keywords-scanner@v1.0 | |
with: | |
keywords: ${{secrets.LEAK_WORDS}} | |
ignoreCase: true | |
ignoredDirs: '["docs","node_modules","demo-diagnostic.png","demo-debug.png","demo-async.png","demo-i18n.png"]' |