networking: refactor routing #10

Merged
notohh merged 11 commits from refactor-routing into master 2023-10-07 17:11:00 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit bc6a349416 - Show all commits

View file

@ -3,7 +3,7 @@ jobs:
check: check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: install nix action - name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@v5 uses: https://github.com/DeterminateSystems/nix-installer-action@v5
with: with:

View file

@ -3,9 +3,9 @@ jobs:
check: check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: install nix action - name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@v5 uses: https://github.com/DeterminateSystems/nix-installer-action@v5
with: with:
github-token: ${{ secrets.GH_TOKEN }} github-token: ${{ secrets.GH_TOKEN }}
- run: nix run nixpkgs#alejandra -- -c . - run: nix run nixpkgs#alejandra -- -c .