Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wimski committed Jan 10, 2022
1 parent e26566f commit 242cc44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run-coverage
name: Code Coverage

on: [push, pull_request]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: normalize composer.json
name: Normalize composer.json

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run-static-analysis
name: PHPStan

on: [push, pull_request]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run-tests
name: PHPUnit

on: [push, pull_request]

Expand Down

0 comments on commit 242cc44

Please sign in to comment.