shulkerscript-cli 0.1.0

Command line tool to compile Shulkerscript projects
Documentation
name: Cargo test
on:
    push:
        branches: 
            - main
            - development
            - 'releases/**'
    pull_request:

env:
    CARGO_TERM_COLOR: always

jobs:
    test:
        name: Cargo test
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v4
            - run: cargo test --verbose