Skip to content

feat(tor): add initial tor support support #128

feat(tor): add initial tor support support

feat(tor): add initial tor support support #128

Workflow file for this run

name: Format
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run clippy
run: nix develop --command bash -c "just clippy"