Skip to content

chore: split tests workflow #1

chore: split tests workflow

chore: split tests workflow #1

Workflow file for this run

name: Static check
on:
push:
branches:
- "master"
- "stable"
pull_request:
branches:
- "master"
- "stable"
jobs:
static-check:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run static checks
run: |
/bin/bash static_check.sh