Skip to content

Undo PR #121 -- The astronomical / ISO standard is 1 B.C. = 0. #238

Undo PR #121 -- The astronomical / ISO standard is 1 B.C. = 0.

Undo PR #121 -- The astronomical / ISO standard is 1 B.C. = 0. #238

Workflow file for this run

name: Static Analysis
on:
push:
branches:
- main
paths:
- 'src/**'
- 'include/**'
- 'Makefile'
- '*.mk'
- '.github/workflows/analyze.yml'
pull_request:
paths:
- 'src/**'
- 'include/**'
- 'Makefile'
- '*.mk'
- '.github/workflows/analyze.yml'
jobs:
cppcheck:
name: Check source code
runs-on: ubuntu-latest
env:
CC: gcc
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: sudo apt-get install -y cppcheck
- name: Run cppcheck
run: make analyze