Skip to content

more fixes for vscode ext #5

more fixes for vscode ext

more fixes for vscode ext #5

Workflow file for this run

name: ShellCheck
on:
push:
paths:
- '**.sh'
- '**/scripts/**'
- '.github/workflows/shellcheck.yml'
pull_request:
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