Skip to content

Bump vscode version to 0.2.1 #25

Bump vscode version to 0.2.1

Bump vscode version to 0.2.1 #25

Workflow file for this run

# Cache: 2025-08-30 20:04:05
name: ShellCheck
on:
push:
branches: [main, master]
paths:
- "**.sh"
- "**/scripts/**"
- ".github/workflows/shellcheck.yml"
pull_request:
branches: [main, master]
paths:
- "**.sh"
- "**/scripts/**"
- ".github/workflows/shellcheck.yml"
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install ShellCheck
run: |
sudo apt-get update
sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: ./scripts/shellcheck.sh