mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use bash
This commit is contained in:
parent
55420669dd
commit
bc329a4421
2 changed files with 2 additions and 2 deletions
2
.github/workflows/validate_arch_config.yml
vendored
2
.github/workflows/validate_arch_config.yml
vendored
|
|
@ -28,4 +28,4 @@ jobs:
|
|||
|
||||
- name: validate arch config
|
||||
run: |
|
||||
sh arch/validate_arch_config.sh
|
||||
bash arch/validate_arch_config.sh
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
failed_files=()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue