B-AROL-O / ble-testsuite

Automated test suite for Bluetooth Low Energy devices
https://ble-testsuite.netlify.app
MIT License
1 stars 1 forks source link

feat: Add Super-Linter workflow #16

Closed gmacario closed 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for ble-testsuite ready!

Name Link
Latest commit e4a5ce8721dbd9ddc9a65ca33ce32ed177ed9451
Latest deploy log https://app.netlify.com/sites/ble-testsuite/deploys/6480e3830c8c44000801dc75
Deploy Preview https://deploy-preview-16--ble-testsuite.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

gmacario commented 1 year ago

@Raffone17 FYI: Super-Linter reports errors also on the code you contributed:

In /github/workspace/docs/test-notify.sh line 270:
    echo "
=== TEST: OK"
         ^--------------^ SC2028 (info): echo may not expand escape sequences. Use printf.

In /github/workspace/docs/test-notify.sh line 272:
    echo "
=== TEST: FAIL (error $retval)"
         ^-- SC2028 (info): echo may not expand escape sequences. Use printf.

For more information:
  https://www.shellcheck.net/wiki/SC2028 -- echo may not expand escape sequen...
------
2023-05-31 12:15:22 [INFO]   ---------------------------
2023-05-31 12:15:22 [INFO]   File:[/github/workspace/docs/test.sh]
2023-05-31 12:15:22 [ERROR]   Found errors in [shellcheck] linter!
2023-05-31 12:15:22 [ERROR]   Error code: 1. Command output:
------

Please see https://github.com/gmacario/ble-testsuite/actions/runs/5132680493/jobs/9234286586?pr=16 for details