diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml new file mode 100644 index 0000000..9fd45e0 --- /dev/null +++ b/.github/workflows/rust.yml @@ -0,0 +1,22 @@ +name: Rust + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +env: + CARGO_TERM_COLOR: always + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Build + run: cargo build --verbose + - name: Run tests + run: cargo test --verbose diff --git a/README.md b/README.md index f27b7c7..91ab612 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,6 @@ - **delete **: Delete a file. ## BELLOS Usage -``` -#!/usr/bin/env bellos -# File: hello_world.bellos - -# Simple Hello World script -echo "Hello, World!" ## Website Crates - https://crates.io/crates/bellos @@ -54,7 +48,7 @@ echo "Hello, World!" ``` Name: bellos Version: 0.0.1 -Summary: Bellande Operating System Scripting Programming Language +Summary: Bellande Operating System Scripting Language Home-page: github.com/RonaldsonBellande/bellos Author: Ronaldson Bellande Author-email: ronaldsonbellande@gmail.com