Skip to content

[gh_actions] modified static analysis yaml #2

[gh_actions] modified static analysis yaml

[gh_actions] modified static analysis yaml #2

Workflow file for this run

name: 📊 Static Analysis

Check failure on line 1 in .github/workflows/static_analysis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/static_analysis.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: formatting-check
on: [push, pull_request]
jobs:
formatting-check:
name: format check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- check: 'goodsack/gsk'
exclude: '(thirdparty|__generated__)'
- check: 'demo'
exclude: '' # Nothing to exclude
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.10.1
with:
clang-format-version: '13'
check-path: 'src'