Skip to content

fix: skip installing packages when empty #2

fix: skip installing packages when empty

fix: skip installing packages when empty #2

Workflow file for this run

name: Validate
on:
pull_request:
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate Configurations
uses: devcontainers/action@v1
with:
validate-only: true
base-path-to-features: ./src
- name: Lint Shell Scripts
uses: azohra/[email protected]
with:
path: src/**/*.sh
severity: error # [style, info, warning, error]
env:
SHELLCHECK_OPTS: -e SC2072 # Acceptable use of decimal comparison