shellrs 0.0.0

📟 Like ShellJS, just for Rust 📟
Documentation
name: 🦀 Running Rust

on: [push, pull_request]

env:
  CARGO_TERM_COLOR: always

jobs:
  Ubuntu:
    runs-on: ubuntu-latest
    name: 🐧 Ubuntu
    steps:
      - name: 🚀 actions/checkout@v2
        uses: actions/checkout@v2

      - name: 🕵️ Run tests
        run: cargo test
  Windows:
    runs-on: windows-latest
    name: 🏳️‍🌈 Windows
    steps:
      - name: 🚀 actions/checkout@v2
        uses: actions/checkout@v2

      - name: 🕵️ Run tests
        run: cargo test