Skip to content

Fix issue #136 remove mean from labels on top of fix issue #100 revpa… #367

Fix issue #136 remove mean from labels on top of fix issue #100 revpa…

Fix issue #136 remove mean from labels on top of fix issue #100 revpa… #367

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
linting:
uses: ./.github/workflows/lint.yml
testing:
uses: ./.github/workflows/test.yml
needs: linting