Skip to content

chore(deps-dev): bump typescript from 5.4.5 to 5.6.3 in /ocaml-lsp-server/test/e2e #3116

chore(deps-dev): bump typescript from 5.4.5 to 5.6.3 in /ocaml-lsp-server/test/e2e

chore(deps-dev): bump typescript from 5.4.5 to 5.6.3 in /ocaml-lsp-server/test/e2e #3116

Workflow file for this run

name: "Nix"
on:
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
with:
submodules: true
- name: nix
uses: cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop .#check -c make nix-tests
fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
with:
submodules: true
- name: nix
uses: cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop .#fmt -c make nix-fmt