Skip to content

Commit

Permalink
feat: added and refactored tons of things
Browse files Browse the repository at this point in the history
* New abstraction with FSM for bot command and IRC command
* Simplified client actor channels
* Robust IRC message parser
* New tests for different components
  • Loading branch information
y5c4l3 committed Oct 18, 2023
1 parent f8035b3 commit 4b9288d
Show file tree
Hide file tree
Showing 20 changed files with 6,643 additions and 3,419 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Rust

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
/samples
/venv
/bin
.env*
*.sh
*.bak
**/*.bak
Loading

0 comments on commit 4b9288d

Please sign in to comment.