X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/61e0fa5f6315b543e8037e81d77c6b3f9a96ff6d..302a53d767a468a7bd4d716a1a0eba8ba38ad09b:/.github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd02bd624..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