fix Build and Push Tag github action bugs #94
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |