10 lines
No EOL
316 B
YAML
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"' |