Skip to content

Bot Checker for Colour Additive List #178

Bot Checker for Colour Additive List

Bot Checker for Colour Additive List #178

name: Bot Checker for Colour Additive List
on:
schedule:
- cron: '0 0 * * *'
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.9
architecture: x64
- name: Install
run: |
pip install pandas
pip install beautifulsoup4
pip install requests
- name: Run Checker
env:
GITHUB_TOKEN: ${{ secrets.COLOUR_BOT_TOKEN }}
run: |
cd bot_services/public_notifications
python colour_additive_list.py