diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e080b6..97d61d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ on: pull_request: jobs: - build-r2-pdf: - name: build-r2-pdf + build-radare2-pdf: + name: build-radare2-pdf runs-on: ubuntu-latest steps: - name: Checkout diff --git a/README.md b/README.md index 16cbccd..380a784 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -radare2 cheatsheets -==================== +# radare2 cheatsheets -+ [radare2 cheatsheet](r2cheatsheet.pdf) +[![CI](https://github.com/astralia/radare2-cheatsheets/actions/workflows/ci.yml/badge.svg)](https://github.com/astralia/radare2-cheatsheets/actions/workflows/ci.yml) + ++ [radare2 cheatsheet](radare2-cheatsheet.pdf) ++ [r2frida cheatsheet](r2frida-cheatsheet.pdf)