Skip to content

feat(ws): add compio-ws, async WebSocket support for compio runti… #37

feat(ws): add compio-ws, async WebSocket support for compio runti…

feat(ws): add compio-ws, async WebSocket support for compio runti… #37

Workflow file for this run

name: Check Code Format
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
RUST_BACKTRACE: 1
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Rust Toolchain
run: |
rustup default nightly
rustup component add rustfmt
- name: Check Format
run: cargo fmt --all -- --check