OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
requests
/
.github
/
workflows
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/29/2024 03:36:10 PM
rwxr-xr-x
📄
close-issues.yml
1.08 KB
05/29/2024 03:36:10 PM
rw-r--r--
📄
codeql-analysis.yml
2.58 KB
05/29/2024 03:36:10 PM
rw-r--r--
📄
lint.yml
487 bytes
05/29/2024 03:36:10 PM
rw-r--r--
📄
lock-issues.yml
389 bytes
05/29/2024 03:36:10 PM
rw-r--r--
📄
run-tests.yml
1.7 KB
05/29/2024 03:36:10 PM
rw-r--r--
Editing: lint.yml
Close
name: Lint code on: [push, pull_request] permissions: contents: read jobs: lint: runs-on: ubuntu-20.04 timeout-minutes: 10 steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Set up Python uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: "3.x" - name: Run pre-commit uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0