X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/18b642bfa9d2afdc3da747be25cf6a8ba91ab6b4..4a38b3eea4bc36dcbcf625e46689688f3b5b12e2:/.github/workflows/lint.yml 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