Skip to content
Sajid Ali edited this page Oct 19, 2022 · 1 revision

Useful Github Stuff

Debugging CI workflows

One can access the CI runners with tmate. These hooks can be enabled when manually launching a workflow that allow one to connect to the GithubActions runner at predefined checkpoints. At the moment, the following workflows have this feature enabled:

  • ubuntu-clang
  • macos-clang

Checking workflow action yml files

Static github action syntax checker