Skip to content

Commit

Permalink
Fix. Readme.md. Auto tests badge fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Nov 23, 2023
1 parent fee8f5c commit 187bc36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto-Tests (PHPUnit, PHPCS, Psalm) running.
name: PHPUnit, PHPCS, Psalm

on: # event list
push: # on push to each of these branches
Expand All @@ -16,6 +16,7 @@ env: # environment variables (available in any part of the action)

jobs:
build:
name: PHPUnit, PHPCS, Psalm
runs-on: ubuntu-latest
env:
DB_CONNECTION: mysql
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security & Malware scan by CleanTalk

[![Build Status](https://travis-ci.org/CleanTalk/security-malware-firewall.svg?branch=master)](https://travis-ci.org/CleanTalk/security-malware-firewall)
![example workflow](https://github.com/CleanTalk/security-malware-firewall/actions/workflows/tests.yml/badge.svg)

**License: GPLv2**

Expand Down

0 comments on commit 187bc36

Please sign in to comment.