Useless PR #149
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: CI | |
on: [pull_request] | |
jobs: | |
Linux: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Install HatSploit | |
run: sudo pip3 install . | |
- name: Perform checks | |
run: hsf -c | |
macOS: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Install HatSploit | |
run: sudo pip3 install . | |
- name: Perform checks | |
run: hsf -c |