Skip to content

Commit

Permalink
fix action and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Feb 14, 2021
1 parent 66cd542 commit c838b8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -111,9 +111,9 @@ jobs:
- name: Run PHP CodeSniffer
run: composer cs-check

- name: Run psalm
if: success() || failure()
run: vendor/bin/psalm.phar --output-format=github
# - name: Run psalm
# if: success() || failure()
# run: vendor/bin/psalm.phar --output-format=github

- name: Run phpstan
if: success() || failure()
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
CakeDC Users Plugin
===================

[![Build Status](https://secure.travis-ci.org/CakeDC/users.png?branch=master)](http://travis-ci.org/CakeDC/users)
[![Build Status](https://img.shields.io/github/workflow/status/CakeDC/users/CI/master?style=flat-square)](https://github.com/CakeDC/users/actions?query=workflow%3ACI+branch%3Amaster)
[![Coverage Status](https://img.shields.io/codecov/c/gh/CakeDC/users.svg?style=flat-square)](https://codecov.io/gh/CakeDC/users)
[![Downloads](https://poser.pugx.org/CakeDC/users/d/total.png)](https://packagist.org/packages/CakeDC/users)
[![Latest Version](https://poser.pugx.org/CakeDC/users/v/stable.png)](https://packagist.org/packages/CakeDC/users)
Expand Down

0 comments on commit c838b8b

Please sign in to comment.