Skip to content

Merge pull request #357 from Gigas002/feature/jxl-encoder #737

Merge pull request #357 from Gigas002/feature/jxl-encoder

Merge pull request #357 from Gigas002/feature/jxl-encoder #737

Workflow file for this run

---
# yamllint disable rule:line-length
name: check_typos
on: # yamllint disable-line rule:truthy
push:
pull_request:
branches:
- "**"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: typos-action
uses: crate-ci/typos@v1