mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 15:31:12 +03:00
Add whois limit, actions, etc
This commit is contained in:
7
.github/actions/checkout/action.yaml
vendored
Normal file
7
.github/actions/checkout/action.yaml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # this is required to fetch all history for all branches and tags
|
||||
token: ${{ env.GH_PAT }}
|
||||
8
.github/actions/pyInstall/action.yaml
vendored
Normal file
8
.github/actions/pyInstall/action.yaml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- run: ./requirements.sh
|
||||
shell: /bin/bash
|
||||
Reference in New Issue
Block a user