Skip to content

chore(deps): bump docker/login-action from da5b89b92c1be57a07eeed1334a0728b94145654 to 4907a6ddec9925e35a0a9e82d7399ccc52663121 #541

chore(deps): bump docker/login-action from da5b89b92c1be57a07eeed1334a0728b94145654 to 4907a6ddec9925e35a0a9e82d7399ccc52663121

chore(deps): bump docker/login-action from da5b89b92c1be57a07eeed1334a0728b94145654 to 4907a6ddec9925e35a0a9e82d7399ccc52663121 #541

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@v6
- name: Codespell
uses: codespell-project/actions-codespell@master
with:
skip: .git
check_filenames: true
check_hidden: true