C¤Adellian | Updated MikaPKG Format (Data) #11
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
| name: Run Ogata TSN's Python Linter | |
| on: | |
| push: | |
| branches: | |
| - "**" | |
| jobs: | |
| run-python-script: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v2 | |
| - name: Set up Python | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: '3.12' | |
| - name: Clone GuillaumeFalourd/poc-github-actions PUBLIC repository | |
| uses: GuillaumeFalourd/clone-github-repo-action@v2.3 | |
| with: | |
| depth: 1 | |
| branch: 'main' | |
| owner: 'Ascellayn' | |
| repository: 'TSN_Ogata' | |
| - name: Install TSN Abstracter | |
| run: pip install tsn-abstracter | |
| - name: Run TSN Ogata | |
| run: python TSN_Ogata/TSN_Ogata.py |