Skip to content

Merge pull request #39 from OpenAPITools/dependabot/github_actions/ac… #74

Merge pull request #39 from OpenAPITools/dependabot/github_actions/ac…

Merge pull request #39 from OpenAPITools/dependabot/github_actions/ac… #74

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()
with:
msg: Apply code formatting with pre-commit