mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 20:10:01 -05:00
5 lines
No EOL
243 B
Bash
5 lines
No EOL
243 B
Bash
#!/bin/bash
|
|
#At this point you can use the debug console to add export GITHUB_WORKSPACE=/path to test only a specific folder
|
|
#You can also use ln -s /path /tmp/lint as an alternative
|
|
export RUN_LOCAL=true
|
|
/workspaces/super-linter/lib/linter.sh |