Skip to content

Merge branch 'master' of github.com:chocolate-doom/chocolate-doom #354

Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

Merge branch 'master' of github.com:chocolate-doom/chocolate-doom #354

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