name: GPG on: [push, pull_request] jobs: signature-check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: sudo apt-get install -y gawk libgmp-dev dirmngr gnupg2 - run: curl -sSL https://rvm.io/mpapis.asc | gpg --import - - run: curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - - run: gpg2 --verify binscripts/rvm-installer.asc binscripts/rvm-installer