Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to ignore multiple paths #32

Closed
mads256h opened this issue Dec 13, 2020 · 1 comment · Fixed by #33
Closed

How to ignore multiple paths #32

mads256h opened this issue Dec 13, 2020 · 1 comment · Fixed by #33
Labels
bug Something isn't working

Comments

@mads256h
Copy link

Describe the issue

How do i ignore multiple paths?

@mads256h mads256h added the bug Something isn't working label Dec 13, 2020
@simeg
Copy link
Contributor

simeg commented Dec 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants