This commit is contained in:
16
.gitea/workflows/build.yaml
Normal file
16
.gitea/workflows/build.yaml
Normal 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
|
||||
Reference in New Issue
Block a user