nekoslife 0.2.1

nekos.life wrapper library
Documentation
name: Rust

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

env:
  CLICOLOR_FORCE: 1
  
jobs:
  rust-ci:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Install rust
        uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
          override: true

      - name: Run CI
        uses: actions-rs/cargo@v1
        with:
          command: test