Fully up to date (#16)

* Run in main

* Pipeline

* Pacify Clippy
This commit is contained in:
Patrick Stevens
2023-04-16 16:33:52 +01:00
committed by GitHub
parent e905445786
commit 1512e794a6
8 changed files with 182 additions and 52 deletions

View File

@@ -162,8 +162,12 @@ jobs:
"with": { "extra-nix-config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" }
},
{
"name": "Run app",
"name": "Run app (verify consistency)",
"run": "nix run . -- computer_enhance/perfaware/part1/listing_0038_many_register_mov computer_enhance/perfaware/part1/listing_0038_many_register_mov.asm"
},
{
"name": "Run app",
"run": "nix run . -- computer_enhance/perfaware/part1/listing_0055_challenge_rectangle computer_enhance/perfaware/part1/listing_0055_challenge_rectangle.asm"
}
]
}