This commit is contained in:
17
.github/workflows/gdmc.yml
vendored
Normal file
17
.github/workflows/gdmc.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Linux arm64
|
||||||
|
run-name: Run genaration
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Pip
|
||||||
|
run: pip install -r requirements.txt
|
||||||
|
|
||||||
|
- name: Run
|
||||||
|
run: python3 main.py
|
||||||
Reference in New Issue
Block a user