Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:musiccompanion/AppleMusic into d…
Browse files Browse the repository at this point in the history
…evelop

* 'develop' of github.com:musiccompanion/AppleMusic:
  Fix namespace name typo and add PR trigger for CI
  • Loading branch information
Baptouuuu committed Feb 20, 2021
2 parents 0531643 + 8192722 commit 5136dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push, pull_request]

jobs:
phpunit:
Expand Down
2 changes: 1 addition & 1 deletion tests/SDK/Library/AlbumTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

namespace Tests\MusicComapnion\AppleMusic\SDK\Library;
namespace Tests\MusicCompanion\AppleMusic\SDK\Library;

use MusicCompanion\AppleMusic\SDK\Library\{
Album,
Expand Down

0 comments on commit 5136dcf

Please sign in to comment.