Added table.options.default_filters
to metadata_generator.py
#307
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: "[PR Open] example" | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
example: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "Implement here with test codes!" |