Skip to content

fix: Correctly parse Git SSH urls (#53) #121

fix: Correctly parse Git SSH urls (#53)

fix: Correctly parse Git SSH urls (#53) #121

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
paths:
- "src/**"
pull_request:
branches: [ "master" ]
paths:
- "src/**"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: cargo build --verbose