Add actions analysis

This commit is contained in:
Kevin Backhouse 2025-08-27 17:59:04 +01:00
parent 77819a7066
commit 525c424f8d
No known key found for this signature in database
GPG Key ID: 9DD01852EE40366E

View File

@ -31,11 +31,11 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ python, cpp ]
language: [ python, cpp, actions ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Install Packages (cpp)
if: ${{ matrix.language == 'cpp' }}