mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 15:59:17 +01:00
9 lines
104 B
YAML
9 lines
104 B
YAML
---
|
|
language: python
|
|
python:
|
|
- 3.6
|
|
install:
|
|
- pip install jsonschema yamllint
|
|
script:
|
|
- make lint
|