Skip to content

Merge pull request #28 from eZioPan/make_array-err #43

Merge pull request #28 from eZioPan/make_array-err

Merge pull request #28 from eZioPan/make_array-err #43

Workflow file for this run

name: ci
on:
push:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache Dependencies
uses: Swatinem/[email protected]
- name: Check
run: |
cargo check