Skip to content

Commit

Permalink
Merge contrib.yml into checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Apr 30, 2020
1 parent 0e6cddb commit ca6053c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
echo "::set-output name=is_tagged::"
fi
contrib:
name: Author in CONTRIBUTORS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Check
run: |
.github/scripts/contrib.sh
tests:
needs:
- check_tag
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/contrib.yml

This file was deleted.

0 comments on commit ca6053c

Please sign in to comment.