ludeeus / action-shellcheck

GitHub action for ShellCheck.
MIT License
292 stars 69 forks source link

How to ignore multiple paths #32

Closed mads256h closed 3 years ago

mads256h commented 3 years ago

Describe the issue

How do i ignore multiple paths?

simeg commented 3 years ago

You ignore it by doing

...
    steps:
    - uses: actions/checkout@v2
    - name: Shellcheck
      uses: ludeeus/action-shellcheck@master
      with:
        ignore: dir1 dir2 dir3  # Ignore dir1, dir2 and dir3