diff --git a/.github/workflows/redbuild.yml b/.github/workflows/redbuild.yml deleted file mode 100644 index 95d82d51..00000000 --- a/.github/workflows/redbuild.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: redbuild -on: [ push, pull_request ] -jobs: - build-redbuild: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Install redbuild - run: pip3 install redbuild - - name: 'redbuild' - run: | - redbuild -v build \ No newline at end of file