Skip to content

Update README.md to fix broken link to ELPA setup instructions #126

Update README.md to fix broken link to ELPA setup instructions

Update README.md to fix broken link to ELPA setup instructions #126

Workflow file for this run

name: Emacs CI
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Install emacs
run: sudo apt-get update && sudo apt-get install -y emacs
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Test
run: cd test; emacs --batch -q -l ert -l ../go-mode.el $(for t in *-test.el; do echo -n "-l $t "; done) -f ert-run-tests-batch-and-exit