-
Notifications
You must be signed in to change notification settings - Fork 0
33 lines (26 loc) · 730 Bytes
/
Copy pathOgata.yml
File metadata and controls
33 lines (26 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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