mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 22:56:05 +00:00
ci(infra): fix
This commit is contained in:
3
.github/workflows/check_rst_syntax.yml
vendored
3
.github/workflows/check_rst_syntax.yml
vendored
@@ -40,13 +40,14 @@ jobs:
|
||||
uses: tj-actions/changed-files@v47
|
||||
with:
|
||||
files: "**/*.py"
|
||||
files_ignore: ".github/scripts/check_rst_syntax.py"
|
||||
|
||||
- name: "🔍 Check for RST Syntax in Changed Files"
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
run: |
|
||||
echo "Checking the following files for RST syntax:"
|
||||
echo "${{ steps.changed-files.outputs.all_changed_files }}"
|
||||
python scripts/check_rst_syntax.py ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
python .github/scripts/check_rst_syntax.py ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
|
||||
- name: "✅ No RST Syntax Detected"
|
||||
if: steps.changed-files.outputs.any_changed != 'true'
|
||||
|
||||
Reference in New Issue
Block a user