Skip to content

Bump codecov/codecov-action from 4.0.1 to 5.3.0 #86

Bump codecov/codecov-action from 4.0.1 to 5.3.0

Bump codecov/codecov-action from 4.0.1 to 5.3.0 #86

Workflow file for this run

name: Static analysis
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18.2
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 .