Skip to content

Commit

Permalink
Merge pull request #508 from anstadnik/dev
Browse files Browse the repository at this point in the history
Rmove auto-generated code
  • Loading branch information
anstadnik authored May 6, 2024
2 parents 9551f66 + ee49c32 commit a0198ab
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
workflow: CI.yml
name: apk
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
target: minor
# target: minor
github-token: "${{ secrets.GITHUB_TOKEN }}"
9 changes: 4 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@
👉Бот буде доповнюватись за появи нових запитів.

🙏Допоможіть поширити бота - це може врятувати життя🙏

# Architecture
- `core` (Rust) - data loading, state management
- `bot` (Rust) - telegram bot. Messaging, commands, broadcasting
- `app` (Flutter) - flutter app. Uses `core` for content management

# Git workflow
- `main` - production-ready code, only pull requests. After CI passes, merged
commits are deployed to production
- `dev` - development branch. All feature branches are merged here. After CI passes,
merged commits are deployed to staging

0 comments on commit a0198ab

Please sign in to comment.