Merge branch 'AbleCorp:master' into master

This commit is contained in:
HTG-YT 2021-06-14 09:40:00 +08:00
commit 327466cddc
2 changed files with 25 additions and 0 deletions

22
.github/workflows/rust.yaml vendored Normal file
View file

@ -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

View file

@ -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