Skip to content

Fix condition for find_dependency(GLib2) #250

Fix condition for find_dependency(GLib2)

Fix condition for find_dependency(GLib2) #250

Workflow file for this run

name: Codespell Linter
on:
pull_request:
branches:
- '**'
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
# Run Codespell to check for typos
- name: Run Codespell
uses: codespell-project/actions-codespell@v2
with:
ignore_words_list: READD,caf,rin,datas,Claus,lins
skip: ./.git,*.pdf,./AUTHORS,./THANKS,./contrib