Skip to content

add joss paper.md and paper.bib #149

add joss paper.md and paper.bib

add joss paper.md and paper.bib #149

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info
verbose: true # optional (default = false)