Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

feat(code): remove vscodevim.vim extension #358

feat(code): remove vscodevim.vim extension

feat(code): remove vscodevim.vim extension #358

Workflow file for this run

---
name: ci
on:
push:
branches: [ main ]
paths-ignore: [ "README.md", "LICENSE"]
pull_request:
branches: [ main ]
paths-ignore: [ "README.md", "LICENSE"]
jobs:
format:
name: check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: "install nix ❄️"
uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # v25
- name: "check formatting"
run: "nix develop -c nixpkgs-fmt --check ."