X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/61e0fa5f6315b543e8037e81d77c6b3f9a96ff6d..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