Skip to content

Refactor GitHub workflow files for improved concurrency handling #36

Refactor GitHub workflow files for improved concurrency handling

Refactor GitHub workflow files for improved concurrency handling #36

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