Skip to content

Add Process::Watch && Process::Freeze #338

Add Process::Watch && Process::Freeze

Add Process::Watch && Process::Freeze #338

Workflow file for this run

name: Static analysis
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install tools
run: |
sudo apt update
sudo apt --yes install cppcheck
- name: Static analysis
run: |
cppcheck --project=GameCheats.cppcheck --platform=win32W --error-exitcode=1 --enable=warning,style
cppcheck --project=GameCheats.cppcheck --platform=win64 --error-exitcode=1 --enable=warning,style