Skip to content

Session 06 Recon & Enumeration: Add more content to slides #44

Session 06 Recon & Enumeration: Add more content to slides

Session 06 Recon & Enumeration: Add more content to slides #44

Workflow file for this run

name: Linting Workflow
on:
pull_request:
branches:
- master
jobs:
checkpatch:
name: Checkpatch
runs-on: ubuntu-latest
steps:
- name: 📥 Checkpatch
uses: security-summer-school/actions/checkpatch@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
super-linter:
name: Super Linter
runs-on: ubuntu-latest
steps:
- name: 📥 Super Linter
uses: security-summer-school/actions/super-linter@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}