Skip to content

fix: Prevent recursive copy #15

fix: Prevent recursive copy

fix: Prevent recursive copy #15

Workflow file for this run

on: [push]
name: Test Linux
jobs:
check:
name: Test ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check