Minor refinements

This commit is contained in:
Justin Grote 2020-06-19 17:32:09 +00:00
parent 90a1f525b0
commit 9bce2fecb9
2 changed files with 3 additions and 1 deletions

View file

@ -23,7 +23,7 @@
// "forwardPorts": [],
// Uncomment the next line to run commands after the container is created - for example installing curl.
"postCreateCommand": "ln -s /workspaces/super-linter/.automation/test /tmp/lint",
//"postCreateCommand": "ln -s /workspaces/super-linter/.automation/test /tmp/lint",
// Uncomment when using a ptrace-based debugger like C++, Go, and Rust
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],

View file

@ -1,3 +1,5 @@
#!/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