Skip to content

Commit

Permalink
build: unit tests on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Jul 17, 2024
1 parent 972d23b commit c4e6c4c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: test

on: [push]

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: setup neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: v0.10.0

- name: test
run: |
make test
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Auto Session takes advantage of Neovim's existing session management capabilitie

<img src="https://github.com/rmagatti/readme-assets/blob/main/auto-session-new-example.gif" width="800" />

![build status](https://github.com/{USERNAME}/{REPO}/workflows/{WORKFLOW}/badge.svg)

# 💡 Behaviour

1. When starting `nvim` with no arguments, auto-session will try to restore an existing session for the current `cwd` if one exists.
Expand Down

0 comments on commit c4e6c4c

Please sign in to comment.