Skip to content

fix: set explicit utf-8 encoding as part of writer invocation #66

fix: set explicit utf-8 encoding as part of writer invocation

fix: set explicit utf-8 encoding as part of writer invocation #66

Workflow file for this run

name: Pull Request validation
on:
pull_request:
branches: [main]
paths-ignore:
- '**/*.md'
jobs:
pr-check:
name: Check Python
uses: ./.github/workflows/check-python.yaml
pr-build:
name: Build and Test Python
needs: pr-check
uses: ./.github/workflows/build-python.yaml