diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index aab91cc8..4656bd9a 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -111,11 +111,11 @@ src/_installScripts/Category/ScriptName/ └── ScriptName-hooks/ # Optional: lifecycle hooks ``` -2. **Implement required functions** in `ScriptName.sh` +1. **Implement required functions** in `ScriptName.sh` -3. **Configure binary.yaml** (see [Binary yaml Files](#binary-yaml-files)) +2. **Configure binary.yaml** (see [Binary yaml Files](#binary-yaml-files)) -4. **Add to profile** in `profiles/profile.*.sh`: +3. **Add to profile** in `profiles/profile.*.sh`: ```bash CONFIG_LIST+=( @@ -123,7 +123,7 @@ CONFIG_LIST+=( ) ``` -5. **Compile**: Run `pre-commit run bash-compiler -a` +1. **Compile**: Run `pre-commit run bash-compiler -a` ### Install Script Patterns @@ -448,14 +448,14 @@ bad: some-command --long-option value --another-option value --another-option ./test.sh scrasnups/build:bash-tools-ubuntu-5.3 path/to/failing.bats ``` -3. **Enable debug**: +1. **Enable debug**: ```bash KEEP_TEMP_FILES=1 ./test.sh ... # Keep temp files ``` -4. **Fix issues** and re-run -5. **Commit** fixes +1. **Fix issues** and re-run +2. **Commit** fixes ## Troubleshooting diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df52e56f..02cd8dc6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -140,8 +140,8 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v7 with: - node-version: '26' - cache: 'yarn' + node-version: "26" + cache: "yarn" # install npm dependencies for pre-commit hooks - name: Install npm dependencies for pre-commit hooks diff --git a/.vscode/settings.json b/.vscode/settings.json index beeaa8ea..98054d91 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -47,7 +47,7 @@ }, "github.copilot.chat.localeOverride": "en", "github.copilot.chat.commitMessageGeneration.instructions": [ - {"file": ".github/instructions/commit-message.instructions.md"} + { "file": ".github/instructions/commit-message.instructions.md" } ], "github.copilot.enable": { "*": true,