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

10 lines
No EOL
316 B
YAML

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