Skip to content

Commit 0b875ab

Browse files
committed
fix(ci): use the good keys...
1 parent 08d1981 commit 0b875ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@master
19-
- name: yarn
20-
- name: yarn check-lint
21-
- name: yarn check-format
19+
- run: yarn
20+
- run: yarn check-lint
21+
- run: yarn check-format
2222

2323
tests-php-low-deps:
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)