Skip to content

Clean the code after lint checks #59

Clean the code after lint checks

Clean the code after lint checks #59

Workflow file for this run

name: 'Meeko checks'
on:
push:
jobs:
test-platform:
name: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
uses: ./.github/workflows/test.yml
with:
platform: ${{ matrix.os }}
upload-codecov:
needs:
- test-platform
uses: ./.github/workflows/upload-codcov.yml