Skip to content

Commit

Permalink
Move from ellsp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 20, 2024
1 parent 3f36e4a commit 8084bd5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
30 changes: 30 additions & 0 deletions .github/workflows/test-vscode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CI VSCode

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v4

- name: Install dependencies
working-directory: vscode
run: npm install

- name: Build the application
run: npm run pretest
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# vscode-ellsp
> Emacs Lisp languages support for Visual Studio Code
[![CI VSCode](https://github.com/elisp-lsp/vscode-ellsp/actions/workflows/test-vscode.yml/badge.svg)](https://github.com/elisp-lsp/vscode-ellsp/actions/workflows/test-vscode.yml)

## 💾 Installation

Install the [Ellsp][] extension directly from the [VSCode Marketplace][].
Expand Down

0 comments on commit 8084bd5

Please sign in to comment.