From 2bf8f12880edf121fbc3441d1acb2f35c43f70db Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Mon, 15 Jul 2024 17:22:33 +0700 Subject: [PATCH] Meta: Drop unrelated workflow (#322) --- .github/workflows/is-dist-up-to-date.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/is-dist-up-to-date.yml diff --git a/.github/workflows/is-dist-up-to-date.yml b/.github/workflows/is-dist-up-to-date.yml deleted file mode 100644 index 738ef92..0000000 --- a/.github/workflows/is-dist-up-to-date.yml +++ /dev/null @@ -1,20 +0,0 @@ -env: - SCRIPT_NAME: build - -# FILE GENERATED WITH: npx ghat fregante/ghatemplates/is-dist-up-to-date -# SOURCE: https://github.com/fregante/ghatemplates - -name: Verify Built Files -on: - - pull_request - - push -jobs: - Verify: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: install - run: npm ci || npm install - - run: npm run ${{ env.SCRIPT_NAME }} - - name: verify that built files are up to date - run: git diff --exit-code