diff options
| -rw-r--r-- | .forgejo/workflows/coverage.yml (renamed from .github/workflows/coverage.yml) | 8 | ||||
| -rw-r--r-- | .forgejo/workflows/lint.yml (renamed from .github/workflows/lint.yml) | 0 | ||||
| -rw-r--r-- | README.md | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/coverage.yml b/.forgejo/workflows/coverage.yml index a55fa9b..cc464c8 100644 --- a/.github/workflows/coverage.yml +++ b/.forgejo/workflows/coverage.yml @@ -7,13 +7,15 @@ name: Coverage jobs: coverage: name: Coverage - runs-on: ubuntu-latest + runs-on: docker + container: + image: node:20 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - name: Set up php 8.3 + - name: Set up php uses: shivammathur/setup-php@v2 with: php-version: "8.3" diff --git a/.github/workflows/lint.yml b/.forgejo/workflows/lint.yml index fad6051..fad6051 100644 --- a/.github/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -1,7 +1,5 @@ # Loggr -[](https://codecov.io/gh/askonomm/loggr) - An extendable logging utility class brought to you by the frustration of every logging class always having its own unique format, which makes using log viewing tools difficult. Instead of having its own yet-another-format that no tool supports, Loggr attempts to match many already existing formats, allowing you to use whichever you prefer most. |
