Skip to content

Add CI badges to README.md (#13) #1

Add CI badges to README.md (#13)

Add CI badges to README.md (#13) #1

name: Static analysis
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
python-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup environment
run: |
python3 -m pip install flake8
- name: Run linter
run: |
python3 -m flake8 .