diff --git a/.github/workflows/js-codestyle.yaml b/.github/workflows/js-codestyle.yaml index 4218460..b8f658f 100644 --- a/.github/workflows/js-codestyle.yaml +++ b/.github/workflows/js-codestyle.yaml @@ -16,8 +16,9 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + - run: npm install semistandard - - uses: goto-bus-stop/standard-action@v1 - with: - linter: semistandard \ No newline at end of file + - name: Run semistandard + run: npx semistandard \ No newline at end of file