diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19551c0..91eab0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,5 +67,5 @@ jobs: - name: Super-linter uses: super-linter/super-linter@v6.3.0 # x-release-please-version env: - # To report GitHub Actions status checks - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + FILTER_REGEX_EXCLUDE: .devcontainer/install-vcpkg.sh + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}