Skip to content

Commit

Permalink
typo: fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
bernard-ng committed Oct 13, 2023
1 parent 5b12559 commit e1c0c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Lint
name: Test
on: [push]
jobs:
lint:
name: PHP Lint
name: PHP Test
runs-on: ubuntu-latest
steps:
- name: Setup PHP
Expand Down

0 comments on commit e1c0c45

Please sign in to comment.