Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 #39

Bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0

Bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 #39

Workflow file for this run

name: Cpp static analysis
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt install -y cppcheck make clang-tidy
- name: Get version cppcheck
run: cppcheck --version
- name: Get version clang-tidy
run: clang-tidy --version
- name: Run static analysis
run: make check