Skip to content

Bump python from 3.11.5-alpine3.18 to 3.12.0-alpine3.18 in /Containers/talk-recording #937

Bump python from 3.11.5-alpine3.18 to 3.12.0-alpine3.18 in /Containers/talk-recording

Bump python from 3.11.5-alpine3.18 to 3.12.0-alpine3.18 in /Containers/talk-recording #937

Workflow file for this run

name: 'Codespell'
on:
pull_request:
push:
branches:
- main
jobs:
codespell:
name: Check spelling
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Check spelling
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true