Skip to content

chore(deps): bump rustls from 0.21.10 to 0.21.11 in the cargo group across 1 directory #42

chore(deps): bump rustls from 0.21.10 to 0.21.11 in the cargo group across 1 directory

chore(deps): bump rustls from 0.21.10 to 0.21.11 in the cargo group across 1 directory #42

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt
- name: Run tests
run: cargo test
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Check formatting
run: cargo fmt --check