Skip to content

Translated PostGIS Manual using Weblate (Ukrainian) #13

Translated PostGIS Manual using Weblate (Ukrainian)

Translated PostGIS Manual using Weblate (Ukrainian) #13

Workflow file for this run

name: Codespell Check
on:
push:
branches-ignore:
- 'main'
pull_request: ~
jobs:
linux:
runs-on: ubuntu-latest
name: "CI Codespell"
steps:
- name: 'Check Out'
uses: actions/checkout@v4
- name: 'Install codespell'
run: |
sudo pip install codespell
- name: 'Build & Test'
run: |
codespell --version
codespell -I ".codespell.ignore"