Skip to content

Fix eval script

Fix eval script #18

Workflow file for this run

name: Linters
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@0.40.0
name: Spellcheck
with:
config_path: .github/configs/spellcheck.yml
use-verbose-mode: yes
base-branch: main
markdown-link-check:
name: LinkCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
config-file: ".github/configs/linkcheck.json"