Skip to content

Bump jacoco from 0.8.10 to 0.8.11 #2666

Bump jacoco from 0.8.10 to 0.8.11

Bump jacoco from 0.8.10 to 0.8.11 #2666

Workflow file for this run

name: spelling
permissions: read-all
on: [ push, pull_request ]
jobs:
spellcheck:
name: Check spelling
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
objects.githubusercontent.com:443
raw.githubusercontent.com:443
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Install
run: wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
- name: Spell Check with Misspell
run: ./misspell -error .
- name: Spell Check with Typos
uses: crate-ci/typos@c004e98018d8621614d1ca516eed8ca2d04b365a # v1.16.20