ludeeus / action-shellcheck

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

Option scandir doesn't work #29

Closed Bablzz closed 3 years ago

Bablzz commented 4 years ago

Hi there!

Thanks for shellcheck

I had tried use scandir option when got message

find: unrecognized: compose_test.go

My .yml

 - uses: actions/checkout@v2
 - name: Run ShellCheck
   uses: ludeeus/action-shellcheck@master
   with:
      scandir: './scripts'
      check_together: 'yes'

I've tried variant like scandir: 'scripts' but got error again

Could you help me?

Thanks for advance

ludeeus commented 4 years ago

Got a link to the action run?

Bablzz commented 4 years ago

Sure https://github.com/Bablzz/testcontainers-go/runs/1215918499?check_suite_focus=true

ludeeus commented 4 years ago

That link is not working (404)

Bablzz commented 4 years ago

Yeap, it was 8 days ago:) Here https://github.com/Bablzz/testcontainers-go/runs/1258278126?check_suite_focus=true#step:4:7 actual link