馃帹 Palette: Standardize search inputs in LyShine Animation Editor #79
This file contains hidden or 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
| # | |
| # Copyright (c) Contributors to the Open 3D Engine Project. | |
| # For complete copyright and license terms please see the LICENSE at the root of this distribution. | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 OR MIT | |
| # | |
| # | |
| name: Validation | |
| on: | |
| pull_request: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Set up Python 3 | |
| uses: actions/setup-python@v4 | |
| with: | |
| python-version: '3.10' | |
| - name: Run Validation | |
| run: | | |
| python -u scripts/commit_validation/validate_file_or_folder.py |