Skip to content

Add Dependabot configuration and validate GitHub Actions #51

Add Dependabot configuration and validate GitHub Actions

Add Dependabot configuration and validate GitHub Actions #51

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: jazzsequence/github-action-validator@v1
- name: Lint
run: shellcheck bin/*.sh