From a3353a3cb60ea55a7893cb28488cb2465f67224e Mon Sep 17 00:00:00 2001 From: David McDonald Date: Fri, 28 Mar 2025 16:57:15 -0500 Subject: [PATCH] CI Testing: Renames script and updates job name --- .../{check-requirements.yml => vol3-code-analysis.yml} | 5 ++--- ...igurable_requirements.py => volatility3_code_analysis.py} | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{check-requirements.yml => vol3-code-analysis.yml} (73%) rename test/{check_configurable_requirements.py => volatility3_code_analysis.py} (100%) diff --git a/.github/workflows/check-requirements.yml b/.github/workflows/vol3-code-analysis.yml similarity index 73% rename from .github/workflows/check-requirements.yml rename to .github/workflows/vol3-code-analysis.yml index 9892d7b94..fc2b297fd 100644 --- a/.github/workflows/check-requirements.yml +++ b/.github/workflows/vol3-code-analysis.yml @@ -1,4 +1,4 @@ -name: Check Volatility3 Version Requirements +name: Volatility3 Code Analysis on: [push, pull_request] jobs: @@ -21,5 +21,4 @@ jobs: - name: Testing... run: | - # Verify completeness of ConfigurableInterface requirements - python ./test/check_configurable_requirements.py + python ./test/volatility3_code_analysis.py diff --git a/test/check_configurable_requirements.py b/test/volatility3_code_analysis.py similarity index 100% rename from test/check_configurable_requirements.py rename to test/volatility3_code_analysis.py