Skip to content

Allow specifying the encoding of the VBA source code. Replace invalid… #64

Allow specifying the encoding of the VBA source code. Replace invalid…

Allow specifying the encoding of the VBA source code. Replace invalid… #64

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