Skip to content

Remove renovate config #22

Remove renovate config

Remove renovate config #22

Workflow file for this run

name: ShellCheck
on:
push:
branches: [trunk]
pull_request:
branches: [trunk]
jobs:
shellcheck:
name: 'ShellCheck'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install ShellCheck
run: |
sudo apt-get update
sudo apt-get install shellcheck
- name: Run ShellCheck
run: shellcheck ghelper