Skip to content

meson: avoid using replace() to not unnecessarily bump meson >= 0.58.0 #19

meson: avoid using replace() to not unnecessarily bump meson >= 0.58.0

meson: avoid using replace() to not unnecessarily bump meson >= 0.58.0 #19

Workflow file for this run

# GitHub actions workflow.
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
name: Codespell
on: [push, pull_request]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2