diff --git a/.github/workflows/gdmc.yml b/.github/workflows/gdmc.yml new file mode 100644 index 0000000..b8e1358 --- /dev/null +++ b/.github/workflows/gdmc.yml @@ -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 \ No newline at end of file