Skip to content

Mock TwitchBot for local builds #122

Mock TwitchBot for local builds

Mock TwitchBot for local builds #122

Workflow file for this run

# See:
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
# This is for making the checks always exist, even if the path filter doesn't match.
name: cpp-ci
on:
pull_request:
paths-ignore:
- "voxeloo/**"
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- run: 'echo "No clang-format required"'
clang-tidy:
runs-on: ubuntu-latest
steps:
- run: 'echo "No clang-tidy required"'