Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:esensar/fbihtax
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Jan 6, 2022
2 parents b1f9195 + 83934d0 commit aa5ffd0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Rust Build

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

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --release --verbose
- uses: actions/upload-artifact@v2
with:
name: fbihtax
path: target/release/fbihtax
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# fbihtax

**WORK IN PROGRESS** - basic version available, used personally, but not thoroghly tested

Simple CLI tool to help manage tax payments in FBiH (Bosnia and Herzegovina Federation) written in Rust.

## License

[MIT](LICENSE)

0 comments on commit aa5ffd0

Please sign in to comment.