Merge branch 'AbleCorp:master' into master
This commit is contained in:
commit
327466cddc
22
.github/workflows/rust.yaml
vendored
Normal file
22
.github/workflows/rust.yaml
vendored
Normal 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
|
|
@ -1,7 +1,10 @@
|
||||||
# AbleScript
|
# 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)
|
![Lines of code](https://img.shields.io/tokei/lines/github/abletheabove/able-script)
|
||||||
![Discord](https://img.shields.io/discord/831368967385120810)
|
![Discord](https://img.shields.io/discord/831368967385120810)
|
||||||
|
|
||||||
|
[Able Script Book](https://ablecorp.us/able-script-the-book)
|
||||||
|
|
||||||
Still shitty
|
Still shitty
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
Loading…
Reference in a new issue