Skip to content

feat: Add Python 3.11 support to macOS workflow #41

feat: Add Python 3.11 support to macOS workflow

feat: Add Python 3.11 support to macOS workflow #41

Workflow file for this run

name: Whitespace
on: [push, pull_request, workflow_dispatch]
jobs:
whitespace:
name: Find Trailing Whitespace
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erictleung/find-file-whitespace@main