X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3ff8ef52b71d544e6660ea7823a43397165cd180..302a53d767a468a7bd4d716a1a0eba8ba38ad09b:/.github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 94eb05df9..1395cf279 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: '3.0' 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