Skip to content

Remove simaxme/java.nvim #2581

Remove simaxme/java.nvim

Remove simaxme/java.nvim #2581

Workflow file for this run

---
name: Typos and Terminology Check
permissions:
contents: read
pull-requests: read
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
typos-check:
name: Check for typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@b1a1ef3893ff35ade0cfa71523852a49bfd05d19
with:
files: ./README.md
config: ./.github/typos.toml
terminology-check:
name: Check for terminology consistency
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run terminology check script
run: ./.github/scripts/check-terms.sh README.md