ci
Some checks failed
Build nvim / Build-Packages (push) Has been cancelled

This commit is contained in:
Jesse Simpson
2023-12-03 12:13:54 -05:00
parent cd541302a5
commit 8275819455

View File

@@ -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