From 96fb658fcfe5c31afcd9bf87a0def708f204439e Mon Sep 17 00:00:00 2001 From: Jonathan Jaubart Date: Sat, 5 Aug 2023 17:36:30 +0100 Subject: [PATCH] GitHub action `goto-bus-stop/standard-action` is deprecated --- .github/workflows/js-codestyle.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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