From 8275819455adb4573f190eb33e760b14b8543397 Mon Sep 17 00:00:00 2001 From: Jesse Simpson Date: Sun, 3 Dec 2023 12:13:54 -0500 Subject: [PATCH] ci --- .gitea/workflows/build.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..bfbc539 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,16 @@ +name: Build nvim +run-name: ${{ gitea.actor }} Build neovim 🚀 +on: [push] + +jobs: + Build-Packages: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - run: pwd + - run: apt update -y && apt install -y python3 + - run: pytest test.py + working-directory: 3 + - run: python3 script.py + working-directory: 3