fix(actions): change default shell from bash to sh in runner
Some checks failed
/ validate (push) Failing after 8s

This commit is contained in:
jad0s 2026-05-20 15:42:53 +02:00
parent 1202879644
commit 3e12c659a6

View file

@ -6,6 +6,9 @@ on:
jobs:
validate:
runs-on: docker
defaults:
run:
shell: sh
steps:
- name: Setup
run: apk add bash