X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/18b642bfa9d2afdc3da747be25cf6a8ba91ab6b4..1d5ba57c4943c804486ab2891ae5e73a6c798a4d:/.github/workflows/lint.yml?ds=inline diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd02bd624..8dd3d69a5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -54,7 +54,7 @@ jobs: restore-keys: | yarn-${{ env.os }}- - name: Install node modules - run: bundle exec rails yarn:install + run: bundle exec bin/yarn install - name: Create dummy database configuration run: cp config/example.database.yml config/database.yml - name: Run eslint