Skip to content

Bump gonum.org/v1/plot from 0.9.0 to 0.13.0 #2272

Bump gonum.org/v1/plot from 0.9.0 to 0.13.0

Bump gonum.org/v1/plot from 0.9.0 to 0.13.0 #2272

Workflow file for this run

name: Linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Spellcheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
name: Spellcheck
with:
config_path: configs/.spellcheck.yml
commitlint:
name: Commitlint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Install Commitlint
run: sudo npm install -g @commitlint/cli
- name: Lint commits
run: commitlint
--config ${{ github.workspace }}/configs/commitlint.config.js
--help-url 'https://stackoverflow.com/a/45974435'
--from HEAD~1 --to HEAD
--verbose
markdown-link-check:
name: LinkCheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: 'configs/.linkcheck.json'