From f827490f39f7096d303c6a2ff898ee772231761a Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 23 Sep 2022 19:11:16 +0900 Subject: [PATCH] ci: remove workflows --- .github/workflows/actionlint.yaml | 16 -------------- .github/workflows/prettier.yaml | 14 ------------ .../workflows/renovate-config-validator.yaml | 22 ------------------- aqua.yaml | 8 ------- 4 files changed, 60 deletions(-) delete mode 100644 .github/workflows/actionlint.yaml delete mode 100644 .github/workflows/prettier.yaml delete mode 100644 .github/workflows/renovate-config-validator.yaml delete mode 100644 aqua.yaml diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml deleted file mode 100644 index cf63593..0000000 --- a/.github/workflows/actionlint.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: actionlint -on: - push: - branches: [main] - pull_request: - branches: [main] -jobs: - default: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: aquaproj/aqua-installer@v1.1.2 - with: - aqua_version: v1.19.2 - - run: actionlint diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml deleted file mode 100644 index 2a0464b..0000000 --- a/.github/workflows/prettier.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: prettier -on: - push: - branches: [main] - pull_request: - branches: [main] -jobs: - prettier: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - run: npm i -g prettier - - run: prettier -c . diff --git a/.github/workflows/renovate-config-validator.yaml b/.github/workflows/renovate-config-validator.yaml deleted file mode 100644 index 3e33595..0000000 --- a/.github/workflows/renovate-config-validator.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: renovate-config-validator - -on: - pull_request: - branches: - - main - paths: - - .github/workflows/renovate-config-validator.yaml - - renovate.json - push: - branches: - - main - paths: - - .github/workflows/renovate-config-validator.yaml - - renovate.json - -jobs: - validate: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2 diff --git a/aqua.yaml b/aqua.yaml deleted file mode 100644 index c3069c3..0000000 --- a/aqua.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -# aqua - Declarative CLI Version Manager -# https://aquaproj.github.io/ -registries: - - type: standard - ref: v3.59.0 # renovate: depName=aquaproj/aqua-registry -packages: - - name: rhysd/actionlint@v1.6.19