From 996e798ea29f47ea9938fbe29456ee8e414ca4ba Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 30 Dec 2021 21:55:39 +0900 Subject: [PATCH] Update CI config --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc199e8..d2e68159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,9 @@ jobs: - uses: actions/checkout@v2 with: persist-credentials: false - - uses: taiki-e/github-actions/install@main - with: - tool: prettier,shellcheck,shfmt + - uses: taiki-e/install-action@shellcheck + - uses: taiki-e/install-action@shfmt + - run: npm install prettier - run: shfmt -d $(git ls-files '*.sh') if: always() - run: npx prettier -c $(git ls-files '*.yml')