houdini/.github/workflows/notice_ruby_placeholder.yml
2020-10-25 14:24:05 -05:00

9 lines
296 B
YAML

# notice_ruby must pass even on builds where it shouldn't run
# We address this by making a placeholder action
name: Placeholder for NOTICE-ruby verification
on: ['push', 'pull_request']
jobs:
notice_ruby:
runs-on: ubuntu-latest
steps:
- run: 'echo "Placeholder for notice_ruby"'