Skip to content

Commit

Permalink
Really include contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Feb 1, 2024
1 parent 2e10875 commit 96cfdb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Tidy repository
uses: propensive/tumult@0.5.4
uses: propensive/tumult@0.5.5
- name: Autocommit changes
uses: stefanzweifel/git-auto-commit-action@v4
1 change: 1 addition & 0 deletions doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _Oubliette_ provides a convenient way to launch a new JVM instance by specifying
arguments to be invoked. Classes may be pre-loaded, providing near-instantaneous JVM startup time. This provides
similar functionality to invoking a main method through a classloader, but with significantly better isolation
from the initiating JVM.

0 comments on commit 96cfdb3

Please sign in to comment.