From ffd415ae37753e6d266e6e3a88fe14f09e8511d3 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sun, 17 Mar 2024 15:48:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=9D=20Removes=20comment=20from=20actio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-restriction.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-restriction.yml b/.github/workflows/build-restriction.yml index 6736dd33..77d46af8 100644 --- a/.github/workflows/build-restriction.yml +++ b/.github/workflows/build-restriction.yml @@ -12,9 +12,6 @@ permissions: jobs: build: runs-on: ubuntu-latest - # defaults: - # run: - # working-directory: ./app steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2