Skip to content

fix Build and Push Tag github action bugs #94

fix Build and Push Tag github action bugs

fix Build and Push Tag github action bugs #94

name: Check stubs configs json file
on:
push:
branches:
- '*'
- '!master'
jobs:
check_stubs_configs_file:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Check stubs configs json file
run: |
make check_stubs_configs_file