Skip to content

feat: add i18n support for log messages #10

feat: add i18n support for log messages

feat: add i18n support for log messages #10

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate project structure
run: |
echo "Checking project structure..."
test -f README.md && echo "✅ README.md found"
test -d .claude && echo "✅ .claude directory found"
echo "All checks passed!"