Skip to content

Use backticks in Elixir code in 5-elixir.livemd #184

Use backticks in Elixir code in 5-elixir.livemd

Use backticks in Elixir code in 5-elixir.livemd #184

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
check_hidden: false