Skip to content

nmap: add nmap ruleset #4

nmap: add nmap ruleset

nmap: add nmap ruleset #4

Workflow file for this run

---
name: YAML Validation
on:
push:
branches: [ '**' ]
pull_request:
branches: [ master ]
jobs:
yamllint:
name: 'yamllint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: index.yaml
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}