Skip to content

fix: Quote paths to prevent globbing and word splitting (#82) #5

fix: Quote paths to prevent globbing and word splitting (#82)

fix: Quote paths to prevent globbing and word splitting (#82) #5

Workflow file for this run

name: CI 🤖
on:
push:
branches:
- master
jobs:
shellcheck:
name: Shellcheck 🐚
runs-on: ubuntu-latest
steps:
- name: Checkout repository 📥
uses: actions/checkout@v4
- name: Run ShellCheck ✅
uses: ludeeus/action-shellcheck@2.0.0