Add .github/workflows/gdmc.yml
Some checks failed
Linux arm64 / Build (push) Failing after 59s

This commit is contained in:
2024-10-02 13:57:29 +00:00
parent 3a48815279
commit 9589d99610

17
.github/workflows/gdmc.yml vendored Normal file
View 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