diff --git a/.github/rules/reserved.json b/.github/rules/reserved.json index 1fee7a9..3386134 100644 --- a/.github/rules/reserved.json +++ b/.github/rules/reserved.json @@ -1,5 +1,5 @@ { - "_comment": "Names already used by Bludit core. A plugin in the directory must not collide with any of these. Regenerate with scripts/refresh_reserved.py against a Bludit checkout.", + "_comment": "Names already used by Bludit core. A plugin in the directory must not collide with any of these. Regenerate with .github/scripts/refresh_reserved.py against a Bludit checkout.", "bluditVersion": "4.0.0-beta-1", "bundledPluginIds": [ "about", diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 02d943e..7038eba 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -63,7 +63,7 @@ jobs: python3 - <<'PYTHON' > comment.md import glob, json, os, sys - sys.path.insert(0, 'scripts') + sys.path.insert(0, '.github/scripts') from render import render, MARKER reports = sorted(p for p in glob.glob('analyzer-report/*.json'))