Skip to content

chore(deps): bump rsa from 0.9.6 to 0.9.7 in the cargo group #26

chore(deps): bump rsa from 0.9.6 to 0.9.7 in the cargo group

chore(deps): bump rsa from 0.9.6 to 0.9.7 in the cargo group #26

Workflow file for this run

name: ci
on:
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
run: cargo fmt -- --check
- name: clippy
run: cargo clippy -- -D warnings
- name: build
run: cargo build --verbose
- name: run tests
run: cargo test --verbose