Skip to content

Merge branch 'main' into fix-grok-pattern-in-graylog-logging-parsing #1611

Merge branch 'main' into fix-grok-pattern-in-graylog-logging-parsing

Merge branch 'main' into fix-grok-pattern-in-graylog-logging-parsing #1611

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5 # defaults to .python-version
- name: Show python version
run: python --version
- name: Run pre-commit
uses: pre-commit/[email protected]