Skip to content

Tolerate S3 URLs with spaces #33

Tolerate S3 URLs with spaces

Tolerate S3 URLs with spaces #33

Workflow file for this run

name: Merge
on:
push:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Check
run: cargo check
- name: Test
run: cargo test
- name: Lint
run: cargo clippy --all-targets -- -D warnings
- name: Format
run: cargo fmt -- --check