X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fb9219a52fdc3160358c4ffa8bbe26cd817b007c..4a38b3eea4bc36dcbcf625e46689688f3b5b12e2:/.github/workflows/lint.yml?ds=sidebyside diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 94eb05df9..8dd3d69a5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ concurrency: cancel-in-progress: true env: os: ubuntu-20.04 - ruby: 2.7 + ruby: '2.7' jobs: rubocop: name: RuboCop @@ -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