Skip to content

chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 in /ocaml-lsp-server/test/e2e #2542

chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 in /ocaml-lsp-server/test/e2e

chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 in /ocaml-lsp-server/test/e2e #2542

Workflow file for this run

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