From 71eba1ce16cefd70e406d3a5dc12f334a4aa3d3f Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 11 Jan 2026 14:35:59 +0100 Subject: [PATCH] Clean up comments in auto-test.yml (#8) Removed comments explaining the workflow purpose. --- .github/workflows/auto-test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 48db2bbec..dbeea30c4 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -1,6 +1,3 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - name: Auto Test on: @@ -12,7 +9,6 @@ permissions: {} jobs: auto-test: runs-on: ${{ matrix.os }} - timeout-minutes: 15 permissions: contents: read