Merge branch 'main' of github.com:Architecture-Mechanism/bellos into main
This commit is contained in:
commit
b54d3fea88
22
.github/workflows/rust.yml
vendored
Normal file
22
.github/workflows/rust.yml
vendored
Normal file
@ -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
|
@ -38,12 +38,6 @@
|
||||
- **delete <filename>**: 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
|
||||
|
Loading…
Reference in New Issue
Block a user