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 2 additions and 3 deletions
Showing only changes of commit 181c72a32d - Show all commits

View file

@ -1,10 +1,9 @@
on: [push]
jobs:
check:
runs-on: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
- name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
with:

View file

@ -1,7 +1,7 @@
on: [push]
jobs:
check:
runs-on: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install nix action