Skip to content

chore(Dependabot-docker): bump splunk/splunk from c7208b6 to ec4479b in /splunk #639

chore(Dependabot-docker): bump splunk/splunk from c7208b6 to ec4479b in /splunk

chore(Dependabot-docker): bump splunk/splunk from c7208b6 to ec4479b in /splunk #639

---
name: checks on Pull Request and push
"on":
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Python dependencies
run: pip install -r requirements.lock
- name: Run pre-commit
run: pre-commit run --verbose --all-files