Skip to content

Code2prompt --should-exclude-file flag logic should be by default #6

Code2prompt --should-exclude-file flag logic should be by default

Code2prompt --should-exclude-file flag logic should be by default #6

Workflow file for this run

# Run tests for code2prompt
name: Code2prompt Continuous Integration
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose