Skip to content

Merge pull request #10 from joyrider3774/fix_getting_threads #91

Merge pull request #10 from joyrider3774/fix_getting_threads

Merge pull request #10 from joyrider3774/fix_getting_threads #91

Workflow file for this run

name: Main branch pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
actions: read
contents: write
id-token: write
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
# jobs:
# lint:
# uses: ./.github/workflows/lint.yml
# secrets: inherit