move from rsa to ed25519 & network fixes & doc fixes #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Github sanity scanner | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
github-sanity-scan: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Github sanity scanner | |
uses: outscale/github-sanity-scan@main | |
with: | |
no-pull-request-target: true |