Skip to content

build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 #2

build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0

build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 #2

Workflow file for this run

name: Spelling
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v5
- name: Spell Check Repo
uses: crate-ci/typos@v1.39.2