Skip to content

meta: add spellcheck to CI #142

meta: add spellcheck to CI

meta: add spellcheck to CI #142

Workflow file for this run

name: Build Flatpak
on:
push:
branches: [main]
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: codespell-project/actions-codespell@v2
flatpak:
name: Build Flatpak Package
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: halftone.flatpak
manifest-path: build-aux/flatpak/io.github.tfuxu.Halftone.json
cache-key: flatpak-builder-${{ github.sha }}