Browse Source

fix workflow typo

tags/0.10.0
itismadness 3 years ago
parent
commit
2631c87f8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -26,7 +26,7 @@ jobs:


- run: composer run lint - run: composer run lint


- run: compose run static-analysis
- run: composer run static-analysis


- run: composer run test - run: composer run test




Loading…
Cancel
Save