Skip to content

performance-metrics: Remove duplicate remote_command #3

performance-metrics: Remove duplicate remote_command

performance-metrics: Remove duplicate remote_command #3

Workflow file for this run

name: Shell scripts check
on:
pull_request:
merge_group:
push:
branches:
- main
jobs:
sh-checker:
name: Check shell scripts
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Run the shell script checkers
uses: luizm/action-sh-checker@master
env:
SHFMT_OPTS: -i 4 -d
SHELLCHECK_OPTS: -x --source-path scripts