Skip to content

Merge branch 'master' of https://github.com/fabiangreffrath/crispy-doom #7

Merge branch 'master' of https://github.com/fabiangreffrath/crispy-doom

Merge branch 'master' of https://github.com/fabiangreffrath/crispy-doom #7

Workflow file for this run

name: cppcheck
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
jobs:
cppcheck:
runs-on: ubuntu-22.04
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install cppcheck
- uses: actions/checkout@v4
- name: Run cppcheck
env:
ANALYZE: true
run: $GITHUB_WORKSPACE/.travis.sh