Skip to content

feat(npi): Implement agentic approach to GCSFuse NPI #223

feat(npi): Implement agentic approach to GCSFuse NPI

feat(npi): Implement agentic approach to GCSFuse NPI #223

Workflow file for this run

name: NPI CI/CD
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.14"
- name: Run tests with unittest
run: |
cd npi
python -m unittest npi_test.py