Skip to content

[8.2 backport] Fix opacity calculation problem with the agg renderer (#5697) #1804

[8.2 backport] Fix opacity calculation problem with the agg renderer (#5697)

[8.2 backport] Fix opacity calculation problem with the agg renderer (#5697) #1804

Workflow file for this run

name: cppcheck
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
cppcheck_2004:
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Requirements
run: |
sudo apt update
sudo apt install -y cppcheck
- name: Run cppcheck test
run: ./scripts/cppcheck.sh