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