5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 02:36:55 +00:00

Added test of the newly built action to the deploy workflow

This commit is contained in:
s-weigand 2020-10-12 19:49:29 +02:00 committed by Anthony Sottile
parent 763fbafdff
commit 4daea80f9e

View file

@ -14,6 +14,8 @@ jobs:
- uses: actions/setup-python@v1
- run: pip install virtualenv
- run: make
- name: self test newly built action
uses: ./
- run: make push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}