Skip to content

Add a function that returns a list of builtin libraries of a given Emacs version #1

Add a function that returns a list of builtin libraries of a given Emacs version

Add a function that returns a list of builtin libraries of a given Emacs version #1

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
accept-flake-config = true
- name: Smoke-test the library function
run: nix develop -c just check-function