Skip to content

chore(deps): bump sigstore/cosign-installer from 3.1.2 to 3.2.0 #138

chore(deps): bump sigstore/cosign-installer from 3.1.2 to 3.2.0

chore(deps): bump sigstore/cosign-installer from 3.1.2 to 3.2.0 #138

Workflow file for this run

name: Codespell
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
on: pull_request
jobs:
codespell:
name: Codespell
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@master
with:
skip: .git
check_filenames: true
check_hidden: true