Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install

- name: Build packages
run: yarn build
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,11 @@ yarn analyze # Run CLI analysis (postgres connection required)

## Contributing

Contributions are welcome! Please ensure:
Contributions are welcome!

- Code follows the project's architecture principles
- TypeScript types are explicit
- Functions are small and composable
- No magic defaults
- Fail loudly with meaningful errors
- For bugs or feature ideas, please open a **GitHub issue**.
- For code changes, see [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
- For larger changes, open an issue first and tag **@amide-init** to discuss the approach.

## License

Expand Down