mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
18 lines
349 B
YAML
18 lines
349 B
YAML
|
# DESCRIPTION: Github actions config
|
||
|
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
||
|
|
||
|
name: Contributor Agreement
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
pull_request:
|
||
|
workflow_dispatch:
|
||
|
|
||
|
jobs:
|
||
|
Test:
|
||
|
name: "'docs/CONTRIBUTORS' was signed"
|
||
|
runs-on: ubuntu-20.04
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- run: test_regress/t/t_dist_contributors.pl
|