Skip to content

Build

Build #450

Workflow file for this run

name: Build
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
workflow_dispatch:
schedule:
- cron: '45 2 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests==2.31.0 urllib3==1.25.11
- name: Run Python
run: |
python main.py
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update ASN txt