Skip to content

ci: add dependabot.yml #206

ci: add dependabot.yml

ci: add dependabot.yml #206

Workflow file for this run

name: Checks
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Run shellcheck
run: |
find $GITHUB_WORKSPACE -type f -and \( -name "*.sh" \) | xargs shellcheck