chore(deps): bump golang.org/x/oauth2 from 0.0.0-20211104180415-d3ed0bb246c8 to 0.27.0 in /test/language_data #9418
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spell checking | |
on: [push, pull_request] | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
spelling: | |
name: Spell checking | |
permissions: | |
contents: read | |
pull-requests: write | |
actions: read | |
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }} | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 | |
with: | |
egress-policy: audit | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
- uses: check-spelling/[email protected] | |
with: | |
extra_dictionaries: | |
cspell:python/src/python/python.txt | |
cspell:public-licenses/src/generated/public-licenses.txt | |
cspell:filetypes/filetypes.txt | |
cspell:python/src/python/python-lib.txt |