add rule parser actions

This commit is contained in:
fukusuket
2025-03-09 20:21:00 +09:00
parent 5ca071f28a
commit 27101086d0
2 changed files with 1 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
name: Create auditpol_output.csv name: Create auditpol_output.csv
on: on:
push:
branches: [ "main" ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -21,4 +21,4 @@ jobs:
run: ls -la run: ls -la
- name: Run - name: Run
run: cd wela-extractor && cargo run --release -- ../../hayabusa-rules ../config/eid_subcategory_mapping.csv ../config/hayabusa-rule-meta.json run: cd wela-extractor && cargo run --release -- ../hayabusa-rules ../config/eid_subcategory_mapping.csv ../config/hayabusa-rule-meta.json