Skip to content
View mrtisking1's full-sized avatar

Block or report mrtisking1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
mrtisking1/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @mrtisking1
  • ๐Ÿ‘€ Iโ€™m interested in ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...
  • ๐Ÿ˜„ Pronouns: ...
  • โšก Fun fact: ...

name: Financial Data Processing

on: schedule: - cron: '0 0 * * *' # Runs daily at midnight workflow_dispatch:

jobs: process-data: runs-on: ubuntu-latest

steps:
- name: Checkout repository
  uses: actions/checkout@v2

- name: Set up Python
  uses: actions/setup-python@v2
  with:
    python-version: '3.9'

- name: Install dependencies
  run: |
    python -m pip install --upgrade pip
    pip install -r requirements.txt

- name: Process financial data
  run: |
    python scripts/process_data.py

Popular repositories Loading

  1. mrtisking1 mrtisking1 Public

    Config files for my GitHub profile.

  2. process process Public

    Forked from w3c/process

    W3C Process Document

    HTML

  3. node node Public

    Forked from nodejs/node

    Node.js JavaScript runtime โœจ๐Ÿข๐Ÿš€โœจ

    JavaScript

  4. vscode vscode Public

    Forked from microsoft/vscode

    Visual Studio Code

    TypeScript