From 5d0a5701944732a24c109d764ea8c32b845ef8bc Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 5 Jan 2024 16:33:59 +0000 Subject: [PATCH] fmt --- .github/workflows/tests.yml | 4 ++-- index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 58830a46..402b548f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,13 +85,13 @@ jobs: - name: Install PHP dependencies run: composer install --no-progress - name: Check old version works - run: php index.php get-page / | grep "https://code.shishnet.org/shimmie2/" + run: php index.php get-page / - name: Upgrade run: | git checkout {{ github.ref }} composer install --no-progress - name: Check new version works - run: php index.php get-page / | grep "https://code.shishnet.org/shimmie2/" + run: php index.php get-page / test: name: PHP ${{ matrix.php }} / DB ${{ matrix.database }} diff --git a/index.php b/index.php index da60c279..444fd925 100644 --- a/index.php +++ b/index.php @@ -118,4 +118,4 @@ try { } if (PHP_SAPI === 'cli' || PHP_SAPI == 'phpdbg') { exit($exit_code); -} \ No newline at end of file +}