Skip to content

Bump lscolors from 0.20.0 to 0.21.0 #260

Bump lscolors from 0.20.0 to 0.21.0

Bump lscolors from 0.20.0 to 0.21.0 #260

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@v5
- name: Run tests
run: cargo test --verbose