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

Merge pull request #55 from s-weigand/add-selftest-after-build

CI test action after bundling
This commit is contained in:
Anthony Sottile 2020-10-12 15:18:43 -07:00 committed by GitHub
commit bedfaa0b24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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