Skip to content

[linting]: complete linting with new git action #22

[linting]: complete linting with new git action

[linting]: complete linting with new git action #22

Workflow file for this run

name: JOSS Manuscript
on: [push]
jobs:
paper:
runs-on: ubuntu-latest
name: JOSS Manuscript
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build Draft
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: paper/paper.md
- name: Upload Draft
uses: actions/upload-artifact@v4
with:
name: paper
path: paper/paper.pdf