Skip to content

Add missing builtin component docs #3258

Add missing builtin component docs

Add missing builtin component docs #3258

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
architecture: x64
- name: Checkout TorchX
uses: actions/checkout@v2
- name: Install Dependencies
run: |
set -eux
grep -E "(lintrunner)" < dev-requirements.txt > /tmp/lint-requirements.txt
pip install -r /tmp/lint-requirements.txt
lintrunner init
- name: Run Lint
run: |
git config --global url."https://${{ secrets.GITHUB_TOKEN }}:[email protected]/".insteadOf "https://github.com/"
lintrunner --skip PYRE --force-color --all-files