Skip to content

fix(paper/admin): missing 1.19 JDK version (#721) #1577

fix(paper/admin): missing 1.19 JDK version (#721)

fix(paper/admin): missing 1.19 JDK version (#721) #1577

Workflow file for this run

name: "Spell check"
on:
- push
- pull_request
jobs:
check:
# run on all push events or on PR syncs not from the same repo
if: github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Spell check
uses: crate-ci/typos@v1.38.1