Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: 20
Expand All @@ -30,7 +30,7 @@ jobs:
name: "Zero-config defaults (should pass)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create LLM config fixtures
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
name: "Zero-config defaults over limit (should fail)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create LLM config fixtures
run: |
Expand All @@ -92,7 +92,7 @@ jobs:
name: "Custom patterns override defaults (should pass)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: ./
id: check
Expand All @@ -114,7 +114,7 @@ jobs:
name: "Total mode over limit (should fail)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: ./
id: check
Expand All @@ -136,7 +136,7 @@ jobs:
name: "Per-file mode all under limit (should pass)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: ./
id: check
Expand All @@ -161,7 +161,7 @@ jobs:
name: "Per-file mode over limit (should fail)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: ./
id: check
Expand All @@ -188,7 +188,7 @@ jobs:
name: "Negation patterns exclude files (should pass)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Create fixtures
run: |
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
name: "Alternate encoding o200k_base (should pass)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: ./
id: check
Expand All @@ -239,7 +239,7 @@ jobs:
name: "All outputs populated correctly"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: ./
id: check
Expand Down
Loading