Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Corresponding Dockerfile: https://github.com/JabRef/jabref/blob/main/Dockerfile.jabkit
Comment thread
evealitaylor marked this conversation as resolved.
FROM ghcr.io/jabref/jabkit:edge

ENTRYPOINT ["/jabref/jabkit/bin/jabkit"]
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Comment thread
evealitaylor marked this conversation as resolved.
Outdated

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

### Output

The action generates a consistency check report as a Markdown table. This is automatically added to the Job Summary of your workflow run.

| entry type | citation key | Eprint | File | Number | Pages | URL |
| ---------- | -------------- | ------ | ---- | ------ | ----- | --- |
| Article | Cooper_2007 | - | - | o | o | - |
Expand Down
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh -l

/jabref/jabkit/bin/jabkit "$@" >> $GITHUB_STEP_SUMMARY