a684ac120f
Which should ensure I notice when I've forgotten to change my email back after testing the script :-)
13 lines
215 B
YAML
13 lines
215 B
YAML
name: Author in CONTRIBUTORS
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: Check
|
|
run: |
|
|
.github/scripts/contrib.sh
|