Files
adventofcode/.gitea/workflows/build.yaml
Jesse Simpson 8275819455
Some checks failed
Build nvim / Build-Packages (push) Has been cancelled
ci
2023-12-03 12:13:54 -05:00

17 lines
399 B
YAML

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