From 579090c227b6fce90c5c51898308b022f154666c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gaute=20Greiff=20Fl=C3=A6gstad?= Date: Wed, 8 Oct 2025 11:16:20 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df96e09..fc23e87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,13 @@ name: Prettier on: [push, pull_request] - jobs: prettier: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: 20 - run: npm ci - - run: npx prettier --check . \ No newline at end of file + - run: npx prettier --check .