Skip to content

Add actionlint with shellcheck integration (pre-commit) (#33) #20

Add actionlint with shellcheck integration (pre-commit) (#33)

Add actionlint with shellcheck integration (pre-commit) (#33) #20

Workflow file for this run

name: Pull Request or Push
on:
push:
branches:
- 'main' # Run on pushes to main
tags-ignore:
- '*' # Ignore pushes to tags
pull_request:
jobs:
call_central_workflow:
name: CI
uses: ./.github/workflows/ci.yml
permissions:
contents: write
pull-requests: read