diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml new file mode 100644 index 00000000..3c13d1be --- /dev/null +++ b/.github/workflows/rust.yaml @@ -0,0 +1,22 @@ +name: Rust + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +env: + CARGO_TERM_COLOR: always + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Build + run: cargo build --verbose + - name: Run tests + run: cargo test --verbose diff --git a/README.md b/README.md index bd4d38e8..2621e5fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # AbleScript +![Build Status](https://img.shields.io/github/workflow/status/AbleCorp/able-script/Rust) ![Lines of code](https://img.shields.io/tokei/lines/github/abletheabove/able-script) ![Discord](https://img.shields.io/discord/831368967385120810) +[Able Script Book](https://ablecorp.us/able-script-the-book) + Still shitty ## About