Skip to content

feat: add script-file guards to skip execution of .sh/.bat test files #192

feat: add script-file guards to skip execution of .sh/.bat test files

feat: add script-file guards to skip execution of .sh/.bat test files #192

Workflow file for this run

# SPDX-License-Identifier: MIT
name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- uses: pre-commit/action@v3.0.1