feat: implement Ghidra adapter and Nix integration
This commit is contained in:
parent
170ca32f58
commit
c0e540ee76
14 changed files with 1482 additions and 14 deletions
14
.forgejo/workflows/ci.yml
Normal file
14
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: checks
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
flake:
|
||||
runs-on: x86_64-linux
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix flake check --print-build-logs
|
||||
- run: nix build .#packages.x86_64-linux.default --print-build-logs
|
||||
- run: nix run . -- doctor
|
||||
Loading…
Add table
Add a link
Reference in a new issue