From 951213cf9b6cc3d3a6968ecc9c388c94429733e2 Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Tue, 23 Jan 2024 14:13:55 +0100 Subject: [PATCH] Remove yarn.lock workflow as we no longer have yarn.lock file --- .github/workflows/yarn-lock.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/yarn-lock.yml diff --git a/.github/workflows/yarn-lock.yml b/.github/workflows/yarn-lock.yml deleted file mode 100644 index cdfea8c..0000000 --- a/.github/workflows/yarn-lock.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Yarn Lock Changes -on: - pull_request: - paths: - - 'yarn.lock' - -jobs: - yarn_lock_changes: - runs-on: ubuntu-latest - permissions: - pull-requests: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Yarn Lock Changes - # Please use `main` as version before the stable release will be published as `v1`. - uses: Simek/yarn-lock-changes@main - with: - token: ${{ secrets.GITHUB_TOKEN }}