mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00

Which should ensure I notice when I've forgotten to change my email back after testing the script :-)
12 lines
215 B
YAML
12 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
|