Skip to content

build(deps): update async-channel requirement from 1.7.1 to 2.0.0 #7

build(deps): update async-channel requirement from 1.7.1 to 2.0.0

build(deps): update async-channel requirement from 1.7.1 to 2.0.0 #7

Workflow file for this run

name: PR Check
on: [pull_request]
jobs:
check:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
steps:
- name: Check out
uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Check
run: cargo check