Skip to content

Update workflow config #49

Update workflow config

Update workflow config #49

name: Test funcs parsing
on: [push]
jobs:
test_funcs_parsing:
runs-on: ubuntu-latest
name: A job to test funcs parsing
steps:
- name: Checkout
uses: actions/checkout@v2
- name: funcs parse
run: python3 gitfx/parse_funcs.py test/func_examples/
shell: bash