From 25f463d19b9581018095f737fd17a580b9f96540 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Fri, 9 Dec 2022 19:27:50 +0100 Subject: [PATCH] turns out I had a global gitignore with `lib`... -_-' --- .github/workflows/test.yml | 2 +- lib/Algorithm.php | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 lib/Algorithm.php diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 292257d..471fc4f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,5 +25,5 @@ jobs: - uses: ramsey/composer-install@v2 - run: composer lint-ci - - run: composer test - run: composer phpstan + - run: composer test diff --git a/lib/Algorithm.php b/lib/Algorithm.php new file mode 100644 index 0000000..82eda72 --- /dev/null +++ b/lib/Algorithm.php @@ -0,0 +1,14 @@ +