Skip to content

Bump python-lsp-server from 1.10.0 to 1.10.1 in /config/dependencies #45

Bump python-lsp-server from 1.10.0 to 1.10.1 in /config/dependencies

Bump python-lsp-server from 1.10.0 to 1.10.1 in /config/dependencies #45

Workflow file for this run

name: Docker image CI
on:
push:
paths:
- nvim.dockerfile
- .github/workflows/docker_image_ci.yml
- config/dependencies/requirements.txt
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
docker network create my-nvim
docker compose up -d