Skip to content

Merge pull request #91 from a110605/issue_7351 #244

Merge pull request #91 from a110605/issue_7351

Merge pull request #91 from a110605/issue_7351 #244

Workflow file for this run

name: Tests
on:
workflow_call: # This tells GH that the workflow is reusable
push:
branches:
- main
- 'release-*'
pull_request:
branches:
- main
- 'release-*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run tests
uses: ./.github/actions/lint