Skip to content

perf(copy): limit find depth for simple directory patterns #45

perf(copy): limit find depth for simple directory patterns

perf(copy): limit find depth for simple directory patterns #45

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ShellCheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: |
shellcheck bin/gtr bin/git-gtr lib/*.sh lib/commands/*.sh adapters/editor/*.sh adapters/ai/*.sh
completions:
name: Completions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify completion files are up to date
run: ./scripts/generate-completions.sh --check
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install BATS
run: sudo apt-get update && sudo apt-get install -y bats
- name: Run tests
run: bats tests/