ralgo 0.1.0

Implementation of algorithms in Rust
Documentation
name: Verify

on: push

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - name: Set up Python
        uses: actions/setup-python@v1

      - name: Install oj-verify
        run: pip3 install -U git+https://github.com/online-judge-tools/verification-helper@master

      - name: Run oj-verify
        run: oj-verify --config-file .verify-helper/config.toml run -j 2