Skip to content

GitHub Actions: Add automate workflow to merge dependabot updates automatically #51

GitHub Actions: Add automate workflow to merge dependabot updates automatically

GitHub Actions: Add automate workflow to merge dependabot updates automatically #51

Workflow file for this run

name: Shellcheck
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- name: Run ShellCheck
uses: ludeeus/[email protected]