Skip to content

Update the number of resources available and add comments on what are still in the old cloud #8

Update the number of resources available and add comments on what are still in the old cloud

Update the number of resources available and add comments on what are still in the old cloud #8

Workflow file for this run

name: Check Conflicts
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
check_conflicts:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pandas==2.2.2 PyYAML==6.0.1
- name: Run check_conflicts.py
run: python check_conflicts.py