From 985503e7813937e866850a8892885dcfa874ec2c Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Wed, 27 Mar 2024 14:43:31 +0100 Subject: [PATCH 1/2] feat: add badge for checks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3913067..30d457c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # a653rs-router +[![Checks](https://github.com/DLR-FT/a653rs-router/actions/workflows/nix.yml/badge.svg)](https://github.com/DLR-FT/a653rs-router/actions/workflows/nix.yml) + This is a prototype of a message router for an ARINC 653 P4 compliant hypervisor. The project's goal is to explore the possiblilties for network-transparent inter-partition APEX channels in the context of redundancy From d50c86a1fc00c27c9b2f74589d287c0c8ac02b5e Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Wed, 27 Mar 2024 14:45:38 +0100 Subject: [PATCH 2/2] fix: github workflow file --- .github/workflows/nix.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 4525656..d55ff5f 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -24,7 +24,6 @@ jobs: - uses: cachix/install-nix-action@v26 with: nix_path: nixpkgs=channel:nixos-stable - extra_nix_config: - github_access_token: ${{ secrets.GITHUB_TOKEN }} + github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: ${{ matrix.command }} run: nix develop --command ${{ matrix.command }}