diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml deleted file mode 100644 index cc00cdbb..00000000 --- a/.github/workflows/shellcheck.yml +++ /dev/null @@ -1,35 +0,0 @@ -# name: reviewdog -# on: [pull_request] -# jobs: -# reviewdog: -# name: reviewdog -# runs-on: ubuntu-latest -# steps: -# # ... -# - uses: reviewdog/action-setup@v1 -# with: -# reviewdog_version: latest # Optional. [latest,nightly,v.X.Y.Z] -# - name: Run reviewdog -# env: -# REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.OCAT_TOKEN }} -# run: | -# reviewdog -reporter=github-pr-check -runners=golint,govet -# # or -# reviewdog -reporter=github-pr-review -runners=golint,govet -name: Shellcheck Workflow -on: [push] -jobs: - shellcheck: - name: runner / shellcheck - runs-on: macos-latest - steps: - - uses: actions/checkout@v1 - - name: shellcheck - uses: reviewdog/action-shellcheck@v1 - with: - github_token: ${{ secrets.OCAT_TOKEN }} - reporter: github-pr-review # Change reporter. - path: "." # Optional. - pattern: "*.sh" # Optional. - exclude: "./.git/*" # Optional. - check_all_files_with_shebangs: "false" # Optional. \ No newline at end of file diff --git a/.widgets/OSINT-TOOLS-CLI b/.widgets/OSINT-TOOLS-CLI new file mode 160000 index 00000000..7d85eb8f --- /dev/null +++ b/.widgets/OSINT-TOOLS-CLI @@ -0,0 +1 @@ +Subproject commit 7d85eb8f7a2e278c742a59c4c8720c1150772e04