WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Bump github/codeql-action from 3.29.0 to 4.31.6 #32

Bump github/codeql-action from 3.29.0 to 4.31.6

Bump github/codeql-action from 3.29.0 to 4.31.6 #32

Workflow file for this run

name: Codespell
permissions: {}
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2