From 247f996f3b8e341c8a474b050fb58b465fed4384 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 15 Mar 2022 15:27:08 +0100 Subject: [PATCH] Delete weekly_bashbeautify.yaml --- .github/workflows/weekly_bashbeautify.yaml | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/weekly_bashbeautify.yaml diff --git a/.github/workflows/weekly_bashbeautify.yaml b/.github/workflows/weekly_bashbeautify.yaml deleted file mode 100644 index e76de84f9..000000000 --- a/.github/workflows/weekly_bashbeautify.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: Weekly bash beautify - -on: - schedule: - - cron: "0 0 * * 0" - workflow_dispatch: - -jobs: - beautify: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - - - name: Run beautysh - uses: illvart/beautysh-action@latest - with: - # Pass beautysh options in args, for example: - args: '**/*.sh --indent-size 4' - - - name: Create New Pull Request If Needed - uses: peter-evans/create-pull-request@v3 - with: - title: "Apply beautysh changes" - branch-suffix: timestamp - commit-message: Beautify bash