mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +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
|