Skip to content

back to elixir 1.17, lab_flask is now compatible #5

back to elixir 1.17, lab_flask is now compatible

back to elixir 1.17, lab_flask is now compatible #5

Workflow file for this run

name: Check spelling
on:
pull_request:
push:
branches: [ master ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
ignore_words_file: .codespellignore
path: lib test extra