Skip to content

Commit

Permalink
CI - add github actions badge and artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Feb 3, 2021
1 parent 34f41f2 commit 6134ba5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
bin/ci.sh
ls -lAh build
- name: Upload QA files
uses: actions/upload-artifact@v2
with:
name: phpqa
path: build

# DEPRECATED TRAVIS
#deploy:
# - provider: script
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Analyze PHP code with one command.
[![License](https://poser.pugx.org/edgedesign/phpqa/license)](https://packagist.org/packages/edgedesign/phpqa)
[![Latest Stable Version](https://poser.pugx.org/edgedesign/phpqa/v/stable)](/CHANGELOG.md)
[![Total Downloads](https://poser.pugx.org/edgedesign/phpqa/downloads)](https://packagist.org/packages/edgedesign/phpqa)
[![Build Status](https://github.com/EdgedesignCZ/phpqa/workflows/PHPQA%20CI/badge.svg?branch=master)](https://github.com/EdgedesignCZ/phpqa/actions)
[![Windows status](https://ci.appveyor.com/api/projects/status/t9f05uk4cjcg294o?svg=true&passingText=Windows)](https://ci.appveyor.com/project/zdenekdrahos/phpqa)

## Requirements
Expand Down

0 comments on commit 6134ba5

Please sign in to comment.