Skip to content

chore(deps): bump url from 2.4.0 to 2.4.1 #74

chore(deps): bump url from 2.4.0 to 2.4.1

chore(deps): bump url from 2.4.0 to 2.4.1 #74

Workflow file for this run

---
name: PR
'on': pull_request
jobs:
spec:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run fmt check
run: cargo fmt -- --check
- name: Run tests
run: cargo test --verbose