Skip to content

Handle SIGSEGV by restarting streaming process (#33) #205

Handle SIGSEGV by restarting streaming process (#33)

Handle SIGSEGV by restarting streaming process (#33) #205

Workflow file for this run

---
name: Continuous integration workflow
on:
push:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Super-Linter
uses: github/super-linter/slim@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
LINTER_RULES_PATH: /
MARKDOWN_CONFIG_FILE: .markdownlint.yml