Skip to content

feat: extract git URLs from homepage URLs #41

feat: extract git URLs from homepage URLs

feat: extract git URLs from homepage URLs #41

Workflow file for this run

---
name: CI on Main
on:
push:
branches:
- main
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: run cargo test
run: cargo test --all-features