Port existing Task examples to use In-House provider #1160
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: npm-check | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
mephisto-task-latest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: 3.8 | |
- name: Install Mephisto | |
run: pip install -e . | |
- name: Run version sync script | |
run: python scripts/check_npm_package_versions.py |