diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..ec04d9e --- /dev/null +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..2fa57b0 --- /dev/null +++ b/README.md @@ -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)