Skip to content

Fix VPN DNS overlap (and missing removal) with the currently connecte… #13

Fix VPN DNS overlap (and missing removal) with the currently connecte…

Fix VPN DNS overlap (and missing removal) with the currently connecte… #13

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
checks:
name: Run CI checks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- name: Run repository CI script
run: bash ./scripts/ci.sh
audit:
name: Security audit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install cargo-audit
run: cargo install cargo-audit --locked
- name: Run cargo audit
run: cargo audit