From ac599097f408183aa1658389f2c95df29fdd7ad6 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Wed, 17 Jul 2024 15:21:52 +0300 Subject: [PATCH] fmt --- .github/workflows/grunt.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/grunt.yml b/.github/workflows/grunt.yml index 3b7d5e7..99bae23 100644 --- a/.github/workflows/grunt.yml +++ b/.github/workflows/grunt.yml @@ -33,10 +33,10 @@ jobs: node: [16] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node }} - - run: npm install - - run: npm install --force -g grunt-cli - - run: grunt + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node }} + - run: npm install + - run: npm install --force -g grunt-cli + - run: grunt