Skip to content

fix: 'yupana' is going to be deprecated in favor of 'satellite' and 'discovery' #793

fix: 'yupana' is going to be deprecated in favor of 'satellite' and 'discovery'

fix: 'yupana' is going to be deprecated in favor of 'satellite' and 'discovery' #793

Workflow file for this run

name: Pre-Commit Check
on:
push:
branches:
- "master"
- "stable"
pull_request:
branches:
- "master"
- "stable"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Pre-Commit
uses: pre-commit/[email protected]