Skip to content

Adds two watch-history articles #32

Adds two watch-history articles

Adds two watch-history articles #32

name: Article Validator
on:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.11]
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: echo "Checkout code"
- name: Setup Python ${{ matrix.python-version}}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- run: echo "Setting up Python"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: echo "Installing Dependencies"
- name: Run sanity check
run: |
chmod +x sanity_check.sh
./sanity_check.sh