Skip to content

Bump softprops/action-gh-release from 1 to 2 #5

Bump softprops/action-gh-release from 1 to 2

Bump softprops/action-gh-release from 1 to 2 #5

Workflow file for this run

name: Codespell
on:
#pull_request: {}
push: {}
jobs:
codespell:
name: Codespell
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2