Skip to content

Allow specifying the encoding of the VBA source code. Replace invalid sequences instead of failing. #65

Allow specifying the encoding of the VBA source code. Replace invalid sequences instead of failing.

Allow specifying the encoding of the VBA source code. Replace invalid sequences instead of failing. #65

Workflow file for this run

name: Lint with Black
on: [push, pull_request]
jobs:
black:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable